S
S
sinneren2015-05-21 19:49:34
git
sinneren, 2015-05-21 19:49:34

How to send brunch to server?

We’ve been sorting it out for the third day and don’t understand how to send changes at all?
I tried a million and one instructions, but all the time the same thing: it asks for a login, password, after which it says that there is no access, the URL returns 403. The author has already made a branch manually, I can’t go there either. I made a fork, I can't go there either. Always absolutely the same.
a9f9d5caf5be4cf8806d43e3210a495a.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Z
Zakharov Alexander, 2015-05-21
@sinneren

Maybe two-factor authentication? Or try pulling the project first so that you have the changes on the server (although 403 is not about that, but still).

L
Lesha Kiselev, 2015-05-21
@Yakud

git clone ....
echo "Hello" > a.txt
git add a.txt
git commit -m "Add a.txt"
git push origin master

Which server do you want to push changes to? Github?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question