Answer the question
In order to leave comments, you need to log in
Error: RPC failed; result=22, HTTP code = 413 gitlab?
Guys, such a problem.
You need to put Bitrix in Gitlab. Gitlab is located on our server, we buy. You need to upload changes not locally, but directly from the server.
We do as usual:
git init
git remote add origin http://site.ru/../...git
git add .
git commit
git push -u origin master
error: RPC failed; result=22, HTTP code = 413
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
https://help.github.com/articles/changing-a-remote-s-url/
git remote set-url origin [email protected]: USERNAME / REPOSITORY .git
/home/tester/.ssh/bitrix
git pull и делал git pull origin master и еще так git pull -u origin master
. The error is gone, it asks for a password. https://sites.google.com/site/sitsiliyaror/blogs/github/sozdanie-ssh-kluca-dla-github
, recommended to register in the config fileHost github.com
Hostname github.com
User тут_юзер_что_на_гитхабе(логин_ваш)
IdentityFile ~/.ssh/my_test_key
/home/tester/.ssh/
and there was no such file at different levels either. Answer the question
In order to leave comments, you need to log in
Decided it might come in handy for someone in the future.
The problem was that the key had to be specified by the standard id_rsa And everything was fine.
And how to do it if the key differs from the standard name, I have not figured it out yet!
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question