SSH Keys & PAT
PAT (Personnal Access Token)
In your account settings, you can generate a PAT and then use it like so:
SSH Keys
Copy content and paste in deploy key Go to repo>settings>deploy key
If you're still having issue to connect, check your permissions with ls -la
.ssh/ directory: 700 ( drwx------ )
public key (.pub file): 644 ( -rw-r--r-- )
private key (id_rsa): 600 ( -rw------- )
Last updated