
git
Peak peak
··
展开
-
git checkout pathspec 'test' did not match any file known to git
1、执行命令git fetch取回所有分支的更新2、执行git branch -a可以看到test分支(已经更新分支信息)3、切换分支git checkout test原创 2019-12-03 14:37:39 · 404 阅读 · 0 评论 -
git 如何切换项目
切换项目git remote add origin http://gitlab.aaa.com/test/anHtml.git查看当前项目分支git remote show origin原创 2019-11-21 16:36:04 · 2256 阅读 · 0 评论 -
git 提交报错fatal: Unable to create 'D:/ycb/test/.git/index.lock': File exists.
解决方法删除.git文件夹里边的index.lock文件原创 2019-03-20 20:36:29 · 582 阅读 · 5 评论