git - Visual Studio 2013 uses wrong Clone url -


i renamed git repository on team foundation server online , can't clone anymore. can connect team foundation project cloning repository fails, because there old name used repository url. how can force visual studio use correct repository url?

additional information: tried initialize visual studio no success.

source: http://www.corvalius.com/site/hacks/how-to-hard-reset-visual-studio-instance/

i had similar problem while ago. way did use git in shell update remote. i'm sure can in vs itself, found easier 'old fashioned way'.

just browse folder in git shell , use git remote set-url origin https://repo.url

after this, visual studio should use new remote.