使用idea上传项目
解决上传到github报错Successfully created project ‘autotest’ on GitHub, but initial commit failed:
在git bash中进行如下设置
$ git config --global user.name "your name"
$ git config --global user.email "your_email@youremail.com"
uccessfully created project ‘smbms1234’ on GitHub, but initial push failed:
unable to access ‘https://github.com/zhxxltx/smbms1234.git/’: OpenSSL SSL_read: Connection was reset, errno 10054
git config --global http.sslBackend "openssl"