Gogs download need “git clone“

how to download Gogs git file, .tar.gz or .zip?

git --version
sudo apt install git

The above install git on the ubuntu22.04. Then a downloading command can be used to download the git.

git clone http://212.XXX.XXX.3:3000/RD_Software/linux.git

One note:  the IP address should not be atrieved from Gogs website.

 It should be a IPV4 address such as 212.XX.16.XX, it can be reached at the www.

Guess you like

Origin blog.csdn.net/weixin_49369227/article/details/129932279