Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2021-10-08 13:27:23 -04:00
commit 1b79f2404d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
9 changed files with 158 additions and 0 deletions

View file

@ -0,0 +1,21 @@
[[!comment format=mdwn
username="asakurareiko@f3d908c71c009580228b264f63f21c7274df7476"
nickname="asakurareiko"
avatar="http://cdn.libravatar.org/avatar/a865743e357add9d15081840179ce082"
subject="comment 11"
date="2021-10-06T21:10:34Z"
content="""
I'm still experiencing this bug with 8.20200226. If the repo is cloned by ssh before doing `git annex init`, then the result is:
```
Unable to parse git config from origin
Remote origin does not have git-annex installed; setting annex-ignore
```
Creating an empty repo and doing `git annex init` first then adding the remote and pulling in changes works fine, but this creates unrelated history on the `git-annex` branch.
This affects ssh remotes but not local remotes.
"""]]

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="asakurareiko@f3d908c71c009580228b264f63f21c7274df7476"
nickname="asakurareiko"
avatar="http://cdn.libravatar.org/avatar/a865743e357add9d15081840179ce082"
subject="comment 12"
date="2021-10-07T06:21:25Z"
content="""
The problem I had was actually specific to WSL1. I added a section in [[todo/windows_support]] about cloning a repo with ssh in WSL1.
"""]]