followup and close
This commit is contained in:
parent
2de40ba4da
commit
d5b7d2a473
2 changed files with 22 additions and 0 deletions
|
@ -45,3 +45,4 @@ commit 6f7b889c3487fb6dacbfd7a3a6fa8c55ea3ed274
|
|||
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
||||
I keep coming back to it, it's given me a steady stream of frustration and satisfaction for over 5 years.
|
||||
|
||||
> [[notabug|done]] --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 3"""
|
||||
date="2020-05-21T16:17:55Z"
|
||||
content="""
|
||||
As whereis shows, the content of your file is located only on the repository
|
||||
chymera@localhost.localdomain:~/data
|
||||
|
||||
When you ran git-annex get in chymera@silenthost:~/data, it did not have any
|
||||
remote that connected it to that repository, so it had no way to get the content. Its only remote,
|
||||
/run/media/chymera/data0/data, did not contain the content.
|
||||
|
||||
The data is being correctly tracked. I do not see any bug here.
|
||||
|
||||
You need to track down the chymera@localhost.localdomain:~/data repository, add
|
||||
a remote pointing to it, and everything will work. Unfortunately, it seems
|
||||
whatever computer it's located on, git-annex was not able to get a better
|
||||
hostname for than "localhost", which is kind of unusual. git-annex simply runs
|
||||
"uname -n" to get the hostname, so whichever of your computers that outputs
|
||||
"localhost" on is probably the one.
|
||||
"""]]
|
Loading…
Reference in a new issue