Email or username:

Password:

Forgot your password?
Top-level
Андрей Ситник

@nikitonsky if you switch from https to ssh you will have SSH key experience.

BTW, SSH key ≈ passkey. The same public/private key pair and even sort of password manager.

4 comments
Niki Tonsky

@sitnik_ru yeah but the question is: is there really no way to clone public repo without auth?

Kirill Chernyshov

@nikitonsky @sitnik_ru https? github doesn't ask for authentication for public repositories

WerySkok :verified_think:

@nikitonsky @sitnik_ru if you just want to clone public repository, use https, when you'd later decide to push, just replace remote origin with ssh

Niki Tonsky

@sitnik_ru re:passkeys, as long as you generate unique keys for every host

Go Up