uni-bremen-agst/SEE

[BranchCity] "unsupported url protocol" when trying to run git fetch periodically

Opened this issue · 1 comments

How to reproduce: Just create the BranchCity for SEE and then start the game, where the SEE repository has been checked out with ssh.

Whenever SEE pulls the repository, the above exception is thrown.

The problem is likely that a user is currently not able to specify his/her credentials.

The problem with that rather is, that libgit2sharp doesn't support fetch/pull/push actions via ssh AFAIK.

Maybe it would be a good idea to show the user an error if they're trying to fetch a remote via ssh