How do you pull from existing Bitbucket GIT repo using Visual Studio 17?
Error "git failed with a fatal error. 'xyz' repository not found "
- I added this Misty BitBucket Extension from the marketplace
- Then I added the Git remote string as below with three types of options and this help page.
First I tried this string -> https://<repo_owner>@bitbucket.org/<accountname>/<reponame>.git
& https://<repo_owner>@bitbucket.org/<accountname>/<reponame>
then I tried the URL path based on youtube videos & the over settings page https://bitbucket.org/myrepo/xos/src
- I get errors that the repo does not exist.
Would appreciate some help on how to setup/pull/fetch/sync code from Bitbucket.
Update 1: the error after adding the Clear Credentials Tool & extracting the SSH
Update 2: @Marina-Liu, even after hitting connect, bitbucket connection does NOT show in Visual Studio 2017