I use VS Online + Git for version control, and everything went fine until recently, when I reinstalled windows and installed VS 2015. I opened VS and selected the Open from source control option and connected to my VS online account, but when I I tried to clone the project on my computer, I got an error:
Error encountered while fetching: Invalid redirect to a non-git endpoint
I tried several things (mostly by accident, because I could not find anything useful in this error), and nothing helped.
Then I opened Git bash and manually cloned the project on my computer and without any problems. After that I opened the project in VS and made some changes, fixed the dose changes locally without any problems, but when I tried to synchronize my project, I got the same error again. Again, pushing the code to the server from Git bash passed without problems.
I also tried to clone the project from another online VS account via VS + Team Explorer, and that was good.
Could you help me?
git version-control visual-studio-2015 vsts team-explorer
hyperN
source share