无法在 github 上的特定 fork 上生成 git 没有此类文件或目录

发布于 2024-10-30 21:30:41 字数 255 浏览 1 评论 0原文

问题出在这个 fork/repo 上: https://github.com/RubenWillems/CCNet

我可以在同一台笔记本电脑上获得其他叉子,但不能这个。 尝试使用 ssh 会出现同样的问题。

我怀疑叉子存在安全设置问题,但我不知道。

关于如何(开始)解决这个问题的任何想法,我对 git 还很陌生。

The problem is with this fork/repo :
https://github.com/RubenWillems/CCNet

I can get other forks on the same laptop, but not this one.
trying with ssh gives the same problem.

I'm suspecting a security setup issue with the fork, but I have no idea.

Any idea on how to (start) tackling this, I am quite new to git.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

长伴 2024-11-06 21:30:41

JetBrains 提供的 http://devnet.jetbrains.net/message/5321236#5321236 解决方法非常适合我。

以下是 JetBrains 论坛线程不可用时的命令(更改存储库名称和 url)

mkdir idea-community
git init idea-community
cd idea-community
git remote add origin http://github.com/JetBrains/intellij-community
git pull

注意:这是因为克隆存储库中的标签太多。

This http://devnet.jetbrains.net/message/5321236#5321236 workaround from JetBrains works for me perfectly.

Here are commands when JetBrains forum thread would not available (change repo name and url)

mkdir idea-community
git init idea-community
cd idea-community
git remote add origin http://github.com/JetBrains/intellij-community
git pull

Note: It is because of too many Tags in clonned repo.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文