分类:PHP 发布时间:2020-12-11 17:17:11
打开 .git/config 密码模式 ``` [remote "origin"] fetch = + refs/heads/*:refs/remotes/origin/* url = https://username@github.com/username/projectname.git ``` 公钥模式 ``` [remote "origin"] fetch = + refs/heads/*:refs/remotes/origin/* url = git@gitee.com:username/projectname.git ``` git@gitee.com 指向码云
搜索
文章分类
最新文章