A
A
Alexander Arbuzov2018-04-19 17:59:40
git
Alexander Arbuzov, 2018-04-19 17:59:40

Why might git push over https not work?

I'm trying to push to a server on the local network, I get an error 443 in response

$ git push https://[email protected]/home/git/test.git
fatal: unable to access 'https://[email protected]/home/git/test.git/': Failed to connect to 192.168.1.184 port 443: Connection refused

On the centos server. The firewall port is open.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Sevirinov, 2018-04-22
@sevirinov

Perhaps the problem is in the command, you need to enter
But before this command, you must first get the data Create a link of the origin
type for the server address with the command

git remote add origin https://[email protected]/home/git/test.git

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question