Answer the question
In order to leave comments, you need to log in
Can't create remote git repository?
I'm trying to create a repository on github, this is what I get:
**** 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
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question