Unable to clone community git repository
已回答
Hey all,
This isn't so much about USING IntelliJ but building IntelliJ - for the last few days I've been unable to clone/pull from git://git.jetbrains.org/idea/community.git - all I get is:
$ git pull
fatal: read error: Connection reset by peer
is anyone else having issues cloning the community repo?
Mark
请先登录再写评论。
Hi Mark,
there is indeed some problem with the repository, we'll investigate it.
BTW we have special forum for questions about building IntelliJ, developing plugins etc.
Cheers, am building off the github mirror for now. Thanks for the pointer for the OpenAPI forum, didn't realise that also covered general build issues.
Repositories at git.jetbrains.org should work now, thank you for reporting.
Hi,
Have this weird issue
$ git clone --depth 1 git://git.jetbrains.org/idea/community.git idea
Cloning into 'idea'...
fatal: unable to connect to git.jetbrains.org:
git.jetbrains.org[0: 46.137.189.41]: errno=No error
Looks like you have some problem with your network connection, cloning that repository works ok for me.