You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to ask you this issue.
GIN is not recognized as a git-annex enabled repository when using the HTTPS protocol.
I cloned a GIN repository with HTTPS protocol and then did git annex init on the cloned local repository, but it is not recognized as a git annex-enabled remote.
I checked the .git/config file and it says annex-ignore=true.
Because of this, git annex copy --to [GIN remote repository] is not possible with HTTPS protocol.
If there are any mistakes in my understanding please let me know.
sincerely yours,
Rino Mizuguchi
The text was updated successfully, but these errors were encountered:
Hi Rino Mizuguchi,
sorry for the delay and to be the bringer of bad news, but upload via https is currently not supported on GIN; and it will probably not be supported any time soon. Currently only ssh is supported to upload annexed files.
Hi, G-Node/gogs Team.
I want to ask you this issue.
GIN is not recognized as a git-annex enabled repository when using the HTTPS protocol.
I cloned a GIN repository with HTTPS protocol and then did
git annex init
on the cloned local repository, but it is not recognized as a git annex-enabled remote.I checked the .git/config file and it says annex-ignore=true.
Because of this, git annex copy --to [GIN remote repository] is not possible with HTTPS protocol.
If there are any mistakes in my understanding please let me know.
sincerely yours,
Rino Mizuguchi
The text was updated successfully, but these errors were encountered: