美文网首页
git 常用命令

git 常用命令

作者: 492284513d5a | 来源:发表于2020-02-04 09:41 被阅读0次
###查看全局变量
git config --list
### error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
git config  --global   http.sslVerify "false"
### 下载指定仓库
git clone -b 分支名+仓库地址
git config --system --unset credential.helper

1.https://juejin.im/post/5a2cdfe26fb9a0452936b07f
2.http://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html

相关文章

网友评论

      本文标题:git 常用命令

      本文链接:https://www.haomeiwen.com/subject/rrrhxhtx.html