从今天早上开始,我遇到了一个问题:我在家中的任何设备上都无法访问 github,我尝试执行的任何请求都会在超时后完成,例如:
git fetch,git pull或git push存储库https://github.com/网站但是我访问以下域没有问题:
api.github.comstatus.github.com当我执行 a 时tracert github.com,结果如下:
Détermination de l'itinéraire vers github.com [192.30.253.113]
avec un maximum de 30 sauts :
1 <1 ms <1 ms <1 ms livebox.home [192.168.1.1]
2 * * * Délai d'attente de la demande dépassé.
3 1 ms 1 ms 1 ms ae101-0.ncidf204.Paris13eArrondissement.francetelecom.net [193.253.81.6]
4 1 ms 1 ms 1 ms ae41-0.niidf202.Paris15eArrondissement.francetelecom.net [193.252.98.177]
5 1 ms 1 ms 2 …Run Code Online (Sandbox Code Playgroud) 各位开发者早上好!
\n\n这是我在 Stackoverflow 上的第一篇文章!
\n\n我在部署 Sinatra 应用程序时遇到问题,并且不明白为什么它不起作用,所以我可能需要你们中的一位的帮助。
\n\n当我运行以下命令时
\n\nbundle exec cap staging deploy\nRun Code Online (Sandbox Code Playgroud)\n\n我收到以下错误(创建了 config/deploy.rb 文件以及 config/deploy/staging.rb):
\n\n INFO [864af525] Running /usr/bin/env git archive development | tar -x -C /var/www/mykio-admin/releases/20131224102759 on <our server address>\nDEBUG [864af525] Command: cd /var/www/mykio-admin/repo && ( GIT_ASKPASS=/bin/echo GIT_SSH=/tmp/mykio-admin/git-ssh.sh /usr/bin/env git archive development | tar -x -C /var/www/mykio-admin/releases/20131224102759 )\nDEBUG [864af525] fatal: Not a valid object name\nDEBUG [864af525] \nDEBUG [864af525] tar: \nDEBUG [864af525] Ceci ne ressemble pas \xc3\xa0 une archive de type \xc2\xab …Run Code Online (Sandbox Code Playgroud)