From 03c7e06c2b17be95b65b50b103b01e86be9b35cb Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Tue, 18 Jun 2019 19:56:21 +0000 Subject: [PATCH] added forum question about git-annex-sync errors with bitbucket.org --- doc/forum/git-annex-sync_with_bitbucket.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/forum/git-annex-sync_with_bitbucket.mdwn diff --git a/doc/forum/git-annex-sync_with_bitbucket.mdwn b/doc/forum/git-annex-sync_with_bitbucket.mdwn new file mode 100644 index 0000000000..2c1526ef9f --- /dev/null +++ b/doc/forum/git-annex-sync_with_bitbucket.mdwn @@ -0,0 +1,11 @@ +When doing `git-annex-sync` with a [Bitbucket](https://bitbucket.org) repository, I get the errors: + +>(master_env_v17) /web/personal/ilya > git annex sync +> +>Failed to get annex.uuid configuration of repository origin +> +>Instead, got: "logged in as notestaff\n\nYou can use git or hg to connect to Bitbucket. Shell access is disabled\n" +> +>This is unexpected; please check the network transport! + +What is the right way to fix this? Thanks!