Unable to connect to git.jetbrains.org
Answered
Hi,
I am trying to build IntelliJ locally. Verified that I am able to clone from github.
However, I am getting error when trying to run the getPlugins.bat.
git clone git://git.jetbrains.org/idea/android.git android
Cloning into 'android'...
fatal: unable to connect to git.jetbrains.org:
git.jetbrains.org[0: 46.137.189.41]: errno=No error
Thanks
Hari
Please sign in to leave a comment.
Hello Hari,
Do you still face the issue?
Hi, I get the following error with getPlugins.bat
call git clone git://git.jetbrains.org/idea/android.git android
Cloning into 'android'...
fatal: unable to look up git.jetbrains.org (port 9418) (Either the application has not called WSAStartup, or WSAStartup failed. )
call git clone git://git.jetbrains.org/idea/adt-tools-base.git android/tools-base
Cloning into 'android/tools-base'...
fatal: unable to look up git.jetbrains.org (port 9418) (Either the application has not called WSAStartup, or WSAStartup failed. )
I can ping to git.jetbrains.org, what am I missing?
Please check this discussion for possible solution.
If you are using a VPN, disable it and retry may work.