git - Gitlab push problems -


i have difficult struggle pushing project gitlab. when try push on http, have

* requested url returned error: 502 bad gateway * closing connection 3 error: frpc failed; result=22, http code = 502 fatal: remote end hung unexpectedly 

when try push on ssh, have

ssh: connect host localhost port 22: bad file number fatal: not read remote repository.  please make sure have correct access rights , repository exists. 

what doing wrong?


Comments

Popular posts from this blog

SQL php on different pages to Insert (mysqli) -

How to combine associative arrays in bash? -

c++ - No viable overloaded operator for references a map -