git remote add origin 报错connect to host gitub.com port 22: Connection refused fatal: Could not read
执行命令git config --local -e修改文件将url = [email protected]:username/repo.git改为url = https://github.com/username/repo.git(此地址由github网站上点击ssh生成的)然后保存,再次执行发现可以了,我想应该有不少windows下面的git用户遇到此问题吧,希望能帮助大家。转载:http://blo...
转载
2018-03-03 15:53:02 ·
908 阅读 ·
0 评论