$ git clone https://github.com/private-organization/repository.git Cloning into 'repository'... Username for 'https://github.com': kitoko552 Password for 'https://kitoko552@github.com': remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/private-organization/repository.git/' $ git clone git@github.com:private-organization/repository.git Cloning into 'reposito

