I am able to clone any repo to my PC through SSH in cygwin(x-server) but it is not working with HTTPS.
When I try:
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
It stay in following forever and no error displayed.
$ git clone https://github.com/gmarik/vundle.git
Cloning into 'vundle'...
If I change HTTPS to SSH, it works.
The reason I worry about this is that I assume this is resaon why my Vundle not working.
I am using Vundle in my pc (whcih is working on my mac).
When I try BundleInstall
or PluginInstall
, it will stuck on plugins whatever is github repo and there is no error display. I think this situation is similar to when I try to clone repo.
Can anyone help me with this problem? Thanks!!!!