国内最全IT社区平台 联系我们 | 收藏本站
华晨云阿里云优惠2
您当前位置:首页 > 互联网 > error: The requested URL returned error: 403 Forbidden while accessing https://g

error: The requested URL returned error: 403 Forbidden while accessing https://g

来源:程序员人生   发布时间:2015-08-24 08:49:24 阅读次数:6423次

转载自:http://www.uhdesk.com/?p=12


如红色部份所示,clone时候就添加上用户名,随后会提示你输入密码,就OK了


git clone https://username@github.com/blah/blahblah.git
如果你想后面的操作也不再输入密码了,你可以在地址中加上密码


git clone https://username:password@github.com/blah/blahblah.git
如果你已clone了,也能够通太重设地址的方式


git remote set-url origin  https://username:password@github.com/blah/blahblah.git

生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠
程序员人生
------分隔线----------------------------
分享到:
------分隔线----------------------------
关闭
程序员人生