摘要: https://blog.csdn.net/web_csdn_share/article/details/79243308 https://learnku.com/articles/53752 在当前目录新建一个Git代码库 git init 下载一个项目和它的整个代码历史 git clone [u 阅读全文
posted @ 2020-07-18 09:51 CanyingV 阅读(94) 评论(0) 推荐(0)
摘要: git bash 进入.git文件夹 git config --global credential.helper store git config credential.helper store --global 参数为全局设定,可不加 设置后,第一次拉取或推送需要密码,之后就不要了 重新装git后 阅读全文
posted @ 2020-07-18 09:43 CanyingV 阅读(153) 评论(0) 推荐(0)