From 24a1ea420fb81f0b76ada2dda799b87e92ce0644 Mon Sep 17 00:00:00 2001 From: "http://rfhbuk.pip.verisignlabs.com/" Date: Sun, 26 Apr 2015 12:19:38 +0000 Subject: [PATCH] Added a comment: git-annex: bad url ssh://git@gitlab.com:~/gitlabname/reponame.git --- ..._9d60cfa947c5ce82c69fb77961db2d25._comment | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 doc/todo/Add_gitlab.com_as_cloud_provider/comment_3_9d60cfa947c5ce82c69fb77961db2d25._comment diff --git a/doc/todo/Add_gitlab.com_as_cloud_provider/comment_3_9d60cfa947c5ce82c69fb77961db2d25._comment b/doc/todo/Add_gitlab.com_as_cloud_provider/comment_3_9d60cfa947c5ce82c69fb77961db2d25._comment new file mode 100644 index 0000000000..40b49f875a --- /dev/null +++ b/doc/todo/Add_gitlab.com_as_cloud_provider/comment_3_9d60cfa947c5ce82c69fb77961db2d25._comment @@ -0,0 +1,31 @@ +[[!comment format=mdwn + username="http://rfhbuk.pip.verisignlabs.com/" + nickname="rfhb" + subject="git-annex: bad url ssh://git@gitlab.com:~/gitlabname/reponame.git" + date="2015-04-26T12:19:37Z" + content=""" +Adding an encrypted remote works (mind \":~/\"): + + > git remote add encrypted gcrypt::ssh://git@gitlab.com:~/gitlabname/reponame.git + > git push encrypted master + gcrypt: Repository not found: ssh://git@gitlab.com:~/gitlabname/reponame.git + gcrypt: Setting up new repository + gcrypt: Remote ID is :id:abcdefghijklmnopqrst + Counting objects: 53, done. + Compressing objects: 100% (52/52), done. + Total 53 (delta 12), reused 0 (delta 0) + gcrypt: Encrypting to: --throw-keyids --default-recipient-self + gcrypt: Requesting manifest signature + ... + To gcrypt::ssh://git@gitlab.com:~/gitlabname/reponame.git + * [new branch] master -> master + > + +However, git-annex then fails: + + > git annex sync + git-annex: bad url ssh://git@gitlab.com:~/gitlabname/reponame.git + +Should the encrypted repository be configured or added in a different way? Sorry, did not find it so easy to set up. + +"""]]