Reputation: 3304
I have tfs installed locally on my machine. It used to work fine but for a week or so now, it does not work most of the time.
Git Push with Git Bash and Gui of late gives the error below
http://localhost:8080/tfs/col1/_git/project1
I've read so many articles and now seem to work. Is there a way to troubleshoot TFS to find out where it is coming from so that it can be corrected.
Upvotes: 0
Views: 356
Reputation: 14164
Watch for -1 statuses in TFS Activity Log (http://localhost:8080/tfs/_oi
). Right click -> Show Detail to get the full exception. Also look for errors in the IIS logs.
Upvotes: 0
Reputation: 3304
It turned out this had nothing to do with TFS as generally requests that have to do with local host fails most of the time. It may be an issue with the system when it comes to local host. In any case, I disabled IPv6 and it still didn't work.
What worked however was rawcap. I realized that when I run rawCap to monitor 127.0.0.1, all calls were going through successfully. It appears something it did rectified the issue. Hope it helps someone who also had the same issue with localhost.
Upvotes: 2