
git
哭着改bug
这个作者很懒,什么都没留下…
展开
-
git操作
git操作git命令使用记录:git全局配置# 用户名git config --global user.name "John Doe"#邮箱git config --global user.email johndoe@example.com#检查当前的git用户名$ git config user.namesaobai#获取远程最新的分支$ git remote update origin --pruneFetching originFrom gitee.com:saob原创 2020-09-27 22:47:49 · 142 阅读 · 1 评论 -
fatal: ‘origin‘ does not appear to be a git repository fatal: Could not read from remote repository.
git报错fatal: ‘origin’ does not appear to be a git repositoryfatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists.解决方案git remote add origin git@github:bx_reader/bx-reader-api.git原创 2020-09-27 21:55:31 · 444 阅读 · 0 评论