0
昨日私のgithub reposに奇妙な問題が発生し始めました。 Gitはsshを使って設定されており、何ヶ月間も変更が加えられていません。'git remote'は.git/configに設定されているURLと異なるURLを表示します。
$ git remote -v
origin https://github.com/user/repo.git (fetch)
origin https://github.com/user/repo.git (push)
$ cat .git/config
/-/
[remote "origin"]
url = [email protected]:user/repo.git
/-/
$ git config remote.origin.url
[email protected]:user/repo.git
リモートセットURLを使用して再設定しても、何も変更されません。 bitbucket reposに問題はありません。私が逃したいくつかの変化がありましたか?
githubですべてが設定されているようですね。 –
githubアカウントで関連する設定が見つかりませんでした。 – laur
はまだgithubで作成されたレポですか? –