R
R
Roman Romanovich2014-08-28 00:07:54
git
Roman Romanovich, 2014-08-28 00:07:54

Issue with GIT when trying to use the push command?

Good day! Error
when using command
git push -u origin master

Warning: Permanently added the RSA host key for IP address '192.30.252.128' to t
he list of known hosts.
fatal: remote error:
   is not a valid repository name
  Email [email protected] for help

With what it can be connected and with what it is possible to start to understand?
The actions were
git init
 git add -A
 git commit -m "header first"
 git remote add origin [email protected]:yourname/yourproject.git

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2014-08-28
@morflot

@morflot dealt with the repository. Now about git push. Learn to read what it tells you.
It says that there are already commits in master that you don't have. Options: do git pull --rebase, or, if you don't need the changes that are already on the server, git push --force.

T
tsarevfs, 2014-08-28
@tsarevfs

Have you checked everything?

G
Galina Balashkova, 2014-08-29
@Spring_Storm

If I understand correctly then: "Warning: Permanently added the RSA host key for IP address '192.30.252.128' to t
he list of known hosts."
SSH does not know this IP. You
tsarevfs threw a link, you should probably look where "Check your SSH access"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question