latest 1 messages by yan
  
  
    +
    [2016-07-22T00:07:27Z]
    yan
    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?