Gitorius repo not accessible?

Jack Wan hwguyguy at gmail.com
Thu Mar 19 03:21:49 CET 2015


On Thu, Mar 19, 2015 at 6:40 AM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> Gordon Gustafson <gordon3.14 at gmail.com> writes:
>
> Clone doesn't work here:
>
> $ git pull
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
>
> $ git remote -v
> origin  git://gitorious.org/evil/evil.git (fetch)
> origin  git://gitorious.org/evil/evil.git (push)
>
>
> _______________________________________________
> implementations-list mailing list
> implementations-list at lists.ourproject.org
> https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list

Try the following:

$ git remote set-url origin https://gitorious.org/evil/evil.git



More information about the implementations-list mailing list