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
using alternative git url like ssh://git@github.com/zerosvc/go-zerosvc.git doesn't help. Doing it via HTTPS works but that is not exactly ideal as not every repo migrated from will be accessible via https
The text was updated successfully, but these errors were encountered:
@XANi see issue #1635 for tips on migrating using Git.
Also if you want to use SSH you will have to set the SSH/GPG keys in the user menu.
On Windows 10 I also had to copy the SSH* utilities from the Git directory to the Gitea directory, adding to the PATH did not work.
In the app.ini under [server] I had to add: START_SSH_SERVER = true
More info on SSH here: https://help.github.com/articles/connecting-to-github-with-ssh/
changing "Migration type" doesn't matter
using alternative git url like
ssh://git@github.com/zerosvc/go-zerosvc.git
doesn't help. Doing it via HTTPS works but that is not exactly ideal as not every repo migrated from will be accessible via httpsThe text was updated successfully, but these errors were encountered: