Answer the question
In order to leave comments, you need to log in
The git push command stopped working. How to solve the problem?
Push stopped working, and it produces the following trace:
mac-mini:project user$ GIT_CURL_VERBOSE=1 GIT_TRACE=1 git push -u origin --all
12:24:41.305965 git.c:351 trace: built-in: git 'push' '-u' 'origin' '--all'
12:24:41.306732 run-command.c:336 trace: run_command: 'git-remote-https' 'origin' 'https://[email protected]/arman/project.git'
* Couldn't find host bitbucket.org in the .netrc file; using defaults
* Trying 104.192.143.2...
mac-mini:project user$ git push -u origin --all
▋
mac-mini:project user$ ping bitbucket.org
PING bitbucket.org (104.192.143.3): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
Request timeout for icmp_seq 5
...
Answer the question
In order to leave comments, you need to log in
So your Bibucket is not available. Doesn't ping.
Solve problems at the network level first. Then everything will work on its own.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question