错误63(文件名太长),同时解压从GitHub下载的zip文件 [英] Error-63(file name too long) while unzipping a zip file downloaded from GitHub

查看:4031
本文介绍了错误63(文件名太长),同时解压从GitHub下载的zip文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在GitHub中创建了我的第一个存储库,并将XCode项目推入其中。再次在我的Mac中下载.zip文件后,我无法通过双击(但可以通过终端代码)将其解压缩,因为它会读出错误信息 -

I created my first repository in GitHub and pushed a XCode project into it. After downloading the .zip file in my Mac again, I cannot unzip it by double clicking(but can do it via terminal code) it as it reads out the error as -

无法将zip文件展开到该文件夹​​。 Error-63(文件名太长)

GitHub链接 - 链接到我的信息库

GitHub Link - Link to my repository

因此,任何解决方案都可以将文件解压缩为无错误的,以便任何下载这个文件的用户都可能不会遇到同样的问题。

So any solution to make the file be unzipped error free, so that any user downloading this might not face the same problem.

推荐答案

你似乎已经版本化了一个符号链接,它被翻译成无限的循环到文件夹 customSegment

You seem to have versioned a symlink which was translated into an infinite 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+,因为它更谨慎与符号链接

Make sure to remove that symlink, then add, commit and push again your repo.
Use a recent git (2.3.2+ since it is more careful with symlinks)

第一个测试是看对于那些符号链接

cd /path/to/my/repo
find . -type l -ls
# rm the one referecing customSegment

这篇关于错误63(文件名太长),同时解压从GitHub下载的zip文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆