Git 使用用户名密码 clone或者pull github私有仓库
·
- 进入到github仓库
- 点击复制https的url
- 在命令做如下相应替换,并运行命令
https://{ username }:{ password }@ xxx .com
例如:
git clone https://zhangsan:123456@github.com
同理,如果是更新私有代码
github账号:zhangsan
github账号密码: 123456
则使用如下命令行进行code的更新
git pull https://zhangsan:123456@github.com
- push tag到私有仓库
git push https://zhangsan:123456@github.com tag_name
更多推荐
已为社区贡献1条内容
所有评论(0)