ping githubについてcomタイムアウトの解決策

2878 ワード

今日gitを使用している間にローカルブランチをリモートブランチにプッシュするpush操作を実行すると(同時にリモートライブラリにローカルブランチと同じ名前のブランチを作成する)、タイムアウトのエラーに遭遇しました.
C:WindowsSystem 32driversetcディレクトリの下に入ってhostsファイルを見つけ、管理者として実行した後、ファイルの最後に次の2行を挿入すればいい(ここではnotepadテキストエディタを使うことをお勧めします.右クリックして管理者として実行した後、直接hostファイルを開きます.修正が完了したらctrl+s保存が便利ですね.母はもうhostsファイルを修正できない心配はありません)
192.30.253.112 github.com151.101.88.249 github.global.ssl.fastly.net
hosts全体のファイルは次のとおりです.
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

# localhost name resolution is handled within DNS itself.
#    127.0.0.1       localhost
#    ::1             localhost

#0.0.0.1    mssplus.mcafee.com
192.30.253.112 github.com
151.101.88.249 github.global.ssl.fastly.net

保存後cmdを再度開くping githubを実行する.comでpingでき、gitのプッシュタイムアウトの問題も解決