我在GitHub中创建了我的第一个存储库,并将一个XCode项目推入其中。在我的Mac上再次下载.zip文件后,我无法通过双击解压缩它(但可以通过终端代码执行),因为它将错误读出为 -
无法将zip文件扩展到该文件夹。错误-63(文件名太长)
GitHub链接 - Link to my repository
因此,任何使文件解压缩的解决方案都没有错误,因此任何下载此文件的用户都可能不会遇到同样的问题。
答案 0 :(得分:0)
你似乎已经对一个符号链接进行了版本化,该符号链接被翻译成无限loop to the folder customSegment
:
https://github.com/GABHISEKBUNTY/customSegment/tree/master/customSegment/customSegment/customSegment/customSegment/customSegment/customSegment/customSegment/customSegment/customSegment/customSegment/customSegment/customSegment/customSegment/customSegment/customSegment
确保删除该符号链接,然后添加,提交并再次推送您的回购 使用最近的git(2.3.2+ since it is more careful with symlinks)
要做的第一个测试是look for those symlinks:
cd /path/to/my/repo
find . -type l -ls
# rm the one referecing customSegment