I'm trying to connect to a git repository on visual studio online using git for windows (the one provide by visual studio on team explorer).
I enabled alternate credentials but no matter what I do I got the following message :
fatal: unable to access 'https://xxxxxxxxx.visualstudio.com/DefaultCollection/******/_git/SIT-Prototypes/': Failed connect to xxxxxxxxx.visualstudio.com:443; No error
I tried the following command lines :
git clone https://xxxxxxxxx.visualstudio.com/DefaultCollection/******/_git/SIT-prototypes
git clone https://username:password@xxxxxxxxx.visualstudio.com/DefaultCollection/******/_git/SIT-prototypes
git clone https://xxxxxxxxx.visualstudio.com/DefaultCollection/******/_git/SIT-prototypes -u=username -p=password
Anyone with a miracle solution?