unable to spawn git no such file or directory on a

2019-07-20 01:37发布

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.

标签: git fork spawn
1条回答
时光不老,我们不散
2楼-- · 2019-07-20 02:24

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.

查看更多
登录 后发表回答