aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/_git-annex__58___bad_url_ssh__58____47____47__git__64__gitlab.com__58____126____47__gitlabname__47__reponame.git.mdwn
blob: 74e9235dd9a09d39dee5278ffb94296ef23e84c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
### Please describe the problem.
An encrypted remote is added to a working git annex repository (mind ":~/" in the remote add command). However, after that any git annex command fails. 

### What steps will reproduce the problem?
    > 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
    >
    >  git annex sync
    git-annex: bad url ssh://git@gitlab.com:~/gitlabname/reponame.git

### What version of git-annex are you using? On what operating system?
5.20150419-g900e1b6 on Mac OS X

### Please provide any additional information below.

[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
- 

# End of transcript or log.
"""]]