unable to spawn git no such file or directory on a specific fork on github

南笙酒味 提交于 2019-12-11 02:09:01

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/5575878/unable-to-spawn-git-no-such-file-or-directory-on-a-specific-fork-on-github

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!