問題タブ [git-credential-manager]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
845 参照

go - go 依存関係を取得するための .netrc の代わりに git credential.helper

の依存関係をキャッシュするには、プライベート ネットワークの外部のサーバーに接続する ( として) を使用します (から直接依存関係を取得できないため)。goproxynexusGitHub


nexus.some.repo.com:4443/repository/go-nexus-proxy ➡️gonexus.dev nexus.some.repo.com:4443/repository/go-proxy ➡️proxy.golang.org ...


ここに画像の説明を入力

そして、ファイルを使用して.netrcに接続します

git credential.helperの代わりに使えますか</p>.netrc

はいの場合、 どのように設定できますかgit credential.helper❓</p>