gpt4 book ai didi

gatsby - 在公司防火墙后面运行 Gatsby cli

转载 作者:行者123 更新时间:2023-12-02 09:16:22 27 4
gpt4 key购买 nike

我无法使用 gatsby cli 克隆 gatsby-starter-default.git,因为它使用的“git”url 被我们的防火墙规则阻止

我也尝试将以下内容添加到 git config 但仍然不高兴

git config --global url."https://".insteadOf git://

下面是输出...

gatsby new gatsby-site
2017-10-24T20:57:34-0500 <log> init-starter.js:107 (clone) Cloning git repo git://github.com/gatsbyjs/gatsby-starter-default.git to gatsby-site...
2017-10-24T21:00:04-0500 <error> new.js:12 () Error: Git clone error: Cloning into 'gatsby-site'...
fatal: unable to access 'https://github.com/gatsbyjs/gatsby-starter-default.git/': Failed to connect to github.com port 443: Operation timed out

有没有办法强制 cli 使用 https://而不是 git://

最佳答案

直接克隆启动器即可。

gatsby new 很方便,但不是必需的。它的作用是:

  1. 浅克隆存储库
  2. 删除 .git 目录(这样您就不必为启动器的 git 历史记录所困扰)
  3. 运行npm或yarn install

关于gatsby - 在公司防火墙后面运行 Gatsby cli,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46922844/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com