随笔分类 -  git

git使用过程中遇到的一些问题总结
摘要:在git bash中,运行下列命令: git config --global core.longpaths true 就可以解决该问题。 --global是该参数的使用范围,如果只想对本版本库设置该参数,只要在上述命令中去掉--global即可。 阅读全文
posted @ 2018-03-05 12:06 一步一个脚印,坚持 阅读(4183) 评论(0) 推荐(2)
摘要:我们在使用git clone 或其他命令的时候,有时候会遇到这类问题,如图: fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repos 阅读全文
posted @ 2018-03-05 12:04 一步一个脚印,坚持 阅读(2164) 评论(0) 推荐(0)