使用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
原创
2021-04-26 23:26:33 ·
96 阅读 ·
0 评论