project/README.txt
2025-01-27 21:40:08 +01:00

16 lines
520 B
Plaintext

- apt install git -y
- mkdir project
> git clone ssh://gitea@git.yeagerdan.com:59515/smauro/project.git
Ou update des dépots "git remote set-url origin ssh://git@git.yeagerdan.com:51474/smauro/project.git"
- git config --global user.email "your@example.com"
- git config --global user.name "Your Name"
#########################################
#### Si problème de clé public : ###
#### vim /etc/ssh/sshd_config ###
#### PasswordAuthentication no => yes ###
#########################################