Gogs URL updated
Predrag Punosevac
predragp at cs.cmu.edu
Tue Aug 30 10:37:34 EDT 2016
"Simon Heath" <sheath at andrew.cmu.edu> wrote:
> Dear all,
>
> There have been some changes to the Gogs git repository server to make it
> more easily and consistently accessible both inside and outside the lab.
> It is now accessible at http://git.int.autonlab.org/ via web interface,
> SSH and HTTPS. All locations use the same URL, as opposed to before where
> there were three different URL's depending on what you wanted to do. If
> necessary, please update your git repository locations if necessary using
> the following commands:
The previous message was little inaccurate. What Simon meant by inside
and outside the lab was that behavior is consistent across computing
nodes (inside the lab) and desktops (outside the lab). True external
access from your home computers/laptops is possible using ssh proxy. Man
ssh and search for keyword ProxyCommand or please wait few days until we
complete Wiki pages. This is the good moment to mention that we will
move entire Auton Lab website in the near future to DokuWiki. This is
the future home of Auton Lab web/Intranet.
http://dev.autonlab.org/
The second inaccuracy in the original message was probably obvious to
frequent users of Auton Lab Gogs, the web interface for Git. Namely we
didn't enable HTTPS protocol (SSL encryption). We have no plan to do
that because the Gogs/Git are behind the firewall and accessible from
outside the lab only via SSH which is the stronger form of encryption
than SSL.
Now we do plan to move http://dev.autonlab.org one we consider it fully
production ready to HTTPS protocol so that any access to Auton Lab web
content is protected by encryption and fully authenticated by the third
party server.
Best,
Predrag
P.S. CVS and SVN (svnhub) will remain in the use until we feel good with
migration of old repos to Git. We have no plain to maintain any other
version control systems except Git.
>
> If your project is "sheath/my-repo" and is in the directory
> "~/projects/my-repo":
>
> cd ~/projects/my-repo
> git remote set-url origin
> ssh://git@git.int.autonlab.org:2222/sheath/my-repo.git
>
> This will make "git push" and "git pull" commands aim at the right URL.
>
> Let me know if you have any questions or problems!
>
> Regards,
> Simon
>
> --
> Simon Heath, Research Programmer and Analyst
> Robotics Institute - Auton Lab
> Carnegie Mellon University
> sheath at andrew.cmu.edu
More information about the Autonlab-users
mailing list