Answer the question
In order to leave comments, you need to log in
[[+content_image]]
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question