16 lines
520 B
Plaintext
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 ###
|
|
#########################################
|
|
|