プロジェクトを作成しようとすると、以下のエラーが表示されます。 社内ネットワークでのみ発生するため、ネットワーク関連のようです。 これを解決するにはどうすればよいですか?NPMアップデートエラー - GITを実行できません
D:\Projects\aurelia>au new test3
. . .
Installing project dependencies. npm ERR! git clone
--template=C:\Users\user\AppData\Roaming\npm-cache_git-r emotes_templates --mirror git://github.com/gulpjs/gulp.git
C:\Users\AppData\Roaming\npm-cache_git-remotes\git-github-com-gulpjs-gulp-git-4-0ecf98f08
: npm ERR! git clone
--template=C:\Users\user\AppData\Roaming\npm-cache_git-remotes_templates --mirror https://github.com/gulpjs/gulp.git
C:\Users\user\AppData\Roaming\npm-cache_git-remotes\git-https-github-com-gulpjs-gulp-git-40-4b46db44: npm ERR! git clone
--template=C:\Users\user\AppData\Roaming\npm-cache_git-remotes_templates --mirror [email protected]:gulpjs/gulp.git
C:\Users\user\AppData\Roaming\npm-cache_git-remotes\git-github-com-gulpjs-gulp-git-4-0-7c06e801:
UPDATE
私はこれを取得失敗のgitコマンドをコピー&ペーストした場合、私はnpm install
を実行したときに、私は何を得るこの:
error: SSL certificate problem, verify that the CA cert is OK. Details:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/gulpjs/gulp.git/info/refs fatal: HTTP request failed
更新
gitに不足している証明書を追加しました。これでgitコマンドを正常に実行できます。 npm install
を実行してもエラーが発生します。 また、@Andrewのアドバイスに従って、git configファイルを修正しました。
答えが追加されました。それが実際に機能するかどうかをお知らせください。そうでない場合は、Gitter(astoker)で私を叩いてみてください。 – Andrew