How to undo `git annex initremote` -
i used
git annex initremote myrsync type=rsync rsyncurl=ssh://... encryption=none
to initialise remote. however, when attempting git annex copy
, errors like:
rsync failed -- run git annex again resume file transfer failed copy ... (checking myrsync...) (to myrsync...) ssh: not resolve hostname ssh: name or service not known rsync: connection unexpectedly closed (0 bytes received far) [sender] rsync error: unexplained error (code 255) @ io.c(226) [sender=3.1.0]
i'd undo initremote
try again. found comment out [remote "myrsync"]
entry in .git/config not sure if safe/correct way of doing things.
Comments
Post a Comment