message no. 144106
Posted by yan in #github at 2016-07-22T00:07:27Z
I'm trying to clone a repo via an access token.. doing 'git clone https://<token>@github.com/user/repo.git' and 'git clone https://<user>:<token>@github.com/user/repo.git' both fail with 'remote: repository not found'. am i misunderstanding cloning via auth tokens?