初めてCloneしたら
git clone https://github.com/aaaaaa/repo.git
下記のエラー
remote: Repository not found.
fatal: repository 'https://github.com/aaaaaa/repo.git' not found
ユーザ名とパスワードを入れてクローンしなおしたらいけました。
git clone https://NAME:PASSWORD@github.com/aaaaaa/repo.git
メモ