git
dartao_
like running!
like coding!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
idea使用git从远程拉取代码,出现异常(clone failed))
使用idea进行远程克隆的时候,会出现clone failed / Filename too long 的情况,这种情况出现的原因可能是项目中的目录太长,导致git在创建文件的时候失败。解决方法:在本地git bash,输入如下的命令,设置长名称支持。重新从远程clone一下就好了。原创 2024-08-16 16:58:03 · 1092 阅读 · 1 评论 -
git clone之报错git@gitee.com: Permission denied (publickey).fatal: Could not read from remote repositor
git clone之报错git@gitee.com: Permission denied (publickey).fatal: Could not read from remote repository.Please make sure you have the correct access rights and the repository exists.转载 2023-07-12 17:38:06 · 1151 阅读 · 1 评论
分享