无法在github上的特定fork上生成git没有这样的文件或目录 [英] unable to spawn git no such file or directory on a specific fork on github

查看:182
本文介绍了无法在github上的特定fork上生成git没有这样的文件或目录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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

我可以在同一台笔记本电脑上获得其他货叉,但不能在同一台笔记本电脑上. 尝试使用ssh会遇到相同的问题.

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.

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

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

推荐答案

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

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

以下是当JetBrains论坛线程不可用时的命令(更改回购名称和URL)

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.

这篇关于无法在github上的特定fork上生成git没有这样的文件或目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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