diff options
author | http://rfhbuk.pip.verisignlabs.com/ <rfhb@web> | 2015-04-26 12:19:38 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-04-26 12:19:38 +0000 |
commit | 73d4be013e751a390038ba92126063b66922f66f (patch) | |
tree | fa462b7d0660afe99343a1d0e0d9b0fd40e0aedd /doc/todo | |
parent | f9bfdf59c3e7636d521b6779944b1b52e7f4a9bc (diff) |
Added a comment: git-annex: bad url ssh://git@gitlab.com:~/gitlabname/reponame.git
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/Add_gitlab.com_as_cloud_provider/comment_3_9d60cfa947c5ce82c69fb77961db2d25._comment | 31 |
1 files changed, 31 insertions, 0 deletions
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 000000000..40b49f875 --- /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. + +"""]] |