[[+content_image]]
L
L
lex2016-10-17 15:17:47
git
lex, 2016-10-17 15:17:47

How to properly use git on your server?

Good day, dear craftsmen, tell me what is my problem?
[[email protected] LandingPage (master)]$ git push origin master
Warning: remote port forwarding failed for listen port 52698
Object count: 3, done.
Object write: 100% (3/3), 249 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
remote: error: refusing to update checked out branch: refs/heads/master
remote: error: By default, updating the current branch in a non-bare repository
remote: error: is denied, because it will make the index and work tree inconsistent
remote: error: with what you pushed, and will require 'git reset --hard' to match
remote: error: the work tree to HEAD.
remote:error:
remote: error: You can set 'receive.denyCurrentBranch' configuration variable to
remote: error: 'ignore' or 'warn' in the remote to allow repository pushing into
remote: error: its current branch; however, this is not recommended unless you
remote: error: arranged to update its work tree to match what you pushed in some
remote: error: other way.
remote: error:
remote: error: To squelch this message and still keep the default behavior, set
remote: error: 'receive.denyCurrentBranch' configuration variable to 'refuse'.
To ms:~/landing.git
! [remote rejected] master -> master (branch is currently checked out)
error: failed to push some links to 'ms:~/landing.git'
I make a repository on the server, I made the first commit, everything is OK, then I clone everything on the local machine, everything is OK, I get the project, I commit everything is OK, I throw the push, it crashes, what am I wrong about?

Answer the question

In order to leave comments, you need to log in

[[+comments_count]] answer(s)
L
lex, 2016-10-17
bem @bemdev

https://russianpenguin.ru/2014/07/27/git-%D0%B2%D1...
the fact was that the branch is active on the server and it was impossible to push into it, see the details link

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question