問題タブ [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.
go - go 依存関係を取得するための .netrc の代わりに git credential.helper
goの依存関係をキャッシュするには、プライベート ネットワークの外部のサーバーに接続するnexus ( goproxyとして) を使用します (から直接依存関係を取得できないため)。goproxy
nexus
GitHub
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>