
Git
Frank(Zhiyang-Dou)
A Ph.D. candidate at HKU. Mainly focus on CG.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Git-转载Permission Denied (publickey)
综述 私有仓库git操作。需要权限。往往会报错: 试了比较多教程,感觉这个靠谱: 解决方法git Permission Denied (publickey)问题转载 2019-11-12 16:12:38 · 291 阅读 · 0 评论 -
Git-remote: Repository not found.
综述 最近需要用github维护一个项目。东西比较多。用了LFS做大文件上传。记录一下几个小的细节。 问题 Git-remote: Repository not found. 解决 在gitbash中: git remote set-url origin [email protected]:你的用户名/你的仓库名.git ...原创 2019-11-12 15:58:45 · 858 阅读 · 0 评论