Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 664 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 664 Bytes

HackNight-UPC

Col·laborar:

1. Generar clau SSH

ssh-keygen -t ed25519 -C "[CORREU DE GITHUB]"

2. Copiar-la

cat ~/.ssh/id_ed25519.pub o el directori on s'hagi generat la clau

3. Afegir la clau al GitHub

Settings -> SSH and GPG keys -> New SSH key -> enganxar la clau

4. Afegir la clau SSH localment

o algo així eval `ssh-agent -s`

ssh-add

5. Clonar el repositori

git clone [email protected]:Elahi-cs/HackNight-UPC.git

6. Settejar la url del SSH

git remote set-url origin [email protected]:Elahi-cs/HackNight-UPC.git

Projecte de referència: Sideways Shooter