<div dir="ltr">Alternatively, if you downloaded the GIT repo at home, you can run the following to modify the remote:<div><br></div><div>git remote set-url origin <a href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git">https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git</a><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El jue, 14 sept 2023 a las 14:53, Christoph Hellwig (<<a href="mailto:hch@lst.de">hch@lst.de</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all,<br>
<br>
as we just found out the git protocol does not work inside the university<br>
network.  So replace the<br>
<br>
        git://<a href="http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git" rel="noreferrer" target="_blank">git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git</a><br>
<br>
url with<br>
<br>
        <a href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git" rel="noreferrer" target="_blank">https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git</a><br>
<br>
note that if you already cloned at home you can change it in the<br>
.git/config file in the linux directory as well.<br>
<br>
</blockquote></div>