On Thu, Mar 19, 2015 at 6:40 AM, Óscar Fuentes <[email protected]> wrote: > Gordon Gustafson <[email protected]> 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 > [email protected] > https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
Try the following: $ git remote set-url origin https://gitorious.org/evil/evil.git _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
