Publish local Git repository to Team Foundation Service

前端 未结 12 656
灰色年华
灰色年华 2020-12-13 14:33

About a week ago Git support was added to Visual Studio 2012 and Team Foundation Service. I\'ve been playing around with it a bit and wanted to publish a local repository to

12条回答
  •  萌比男神i
    2020-12-13 15:08

    I had the same issue. I had to delete all of my remotes in .git/config (not just origin) before the Publish option is available. Apparently, Microsoft assumes you would never even dream of using a different remote.

提交回复
热议问题