Пытаюсь создать репозиторий на гитхабе, вот что получаю:
**** MINGW64 /c/test_rep (master)
git init
git add .
warning: LF will be replaced by CRLF in .bowerrc.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in css/fonts.css.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in css/main.css.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in css/media.css.
The file will have its original line endings in your working directory.
git commit -m "first commit"
[master (root-commit) 10dcc1e] first commit
warning: LF will be replaced by CRLF in .bowerrc.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in css/fonts.css.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in css/main.css.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in css/media.css.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in index.html.
The file will have its original line endings in your working directory.
warning: LF will be replaced by CRLF in js/common.js.
git remote add origin https://github.com/ni*****/test_rep.git
git push -u origin master
remote: Repository not found.
fatal: repository 'https://github.com/ni*****/test_rep.git/' not found
Что я не так делаю?