A
A
arman_b2016-07-08 10:56:15
git
arman_b, 2016-07-08 10:56:15

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...

git push without trace output is just silent:
mac-mini:project user$ git push -u origin --all
▋

ping bitbucket gives:
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
...

There are suspicions that this is due to the fact that I recently switched from a wireless Internet connection to a wired one. If yes, what should be done in this case?
  • The problem is not only with this repository
  • Git 2.8.1
  • macOS 10.11.4

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
devian3000, 2016-07-08
@arman_b

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 question

Ask a Question

731 491 924 answers to any question