push to GIN stops working with "Could not read from remote repository" error #439
-
I've been working on a YODA analysis repo that has a nested dataset from multiple computers. All went well for a few days. Just now, in a computer from which I successfully pushed in the past onto GIN, my request to push yielded:
What I checked:
I suspect the error comes from the fact that I modified my |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
hmm no, when I go to GIN > Your parameters > SSH keys and try to add my ssh pub key as a new key, I get "Le contenu de la clé publique a été utilisée." |
Beta Was this translation helpful? Give feedback.
-
oh something else that is probably not relevant: The problem arose in a mac that I suspect has a git-annex problem that I haven't looked into. The files that have been modified by the commits are NOT annexed as far as I remember, but if you know how I could check, I could look into that |
Beta Was this translation helpful? Give feedback.
-
the error message strongly suggests a problem with the And what is the content of the ocnfig file? |
Beta Was this translation helpful? Give feedback.
The ssh config file had an error : using
Username
instead ofUser
. replacing it resolved the issue