うにてぃブログ

主にUnityとC#に関する記事を書いていきます

2020-08-18から1日間の記事一覧

【go】exec.Command で git の private repository にアクセスできない問題

git のツールを go lang で作成していたのですが git clone のコマンド時に下記エラーが発生しました cmd := exec.Command("git", "clone", "--quiet", repo, path) ERROR: Repository not found. fatal: Could not read from remote repository. Please mak…