Windows 7がインストールされています。
C:\
ローカルドライブです。 H:\
は、起動するたびに継続的に再インストールされる作業ネットワークドライブです。私は問題が発生する傾向があるため、自宅でコーディングを行ったり、コーディング関連のアプリをインストールしたりするたびに切断することを学びました。
Gitをインストールし、初めてリポジトリを作成しようとしました。
次のエラーが表示されます。
error: could not lock config file H:\/.gitconfig: No such file or
directory error: could not lock config file H:\/.gitconfig: No such
file or directory
while executing "exec {C:/Program Files/Git/libexec/git-core/git-config.exe} --global --add
gui.recentrepo C:/Users/bmyhre/Desktop/Testing/projects/skeleton"
("eval" body line 1)
invoked from within "eval exec $opt $cmdp $args"
(procedure "git" line 23)
invoked from within "git config --global --add gui.recentrepo $path"
(procedure "_append_recentrepos" line 16)
invoked from within "_append_recentrepos [pwd]"
(procedure "_git_init" line 17)
invoked from within "_git_init $this"
(procedure "choose_repository::_do_new2" line 5)
invoked from within "choose_repository::_do_new2 ::choose_repository::__o1::__d"
invoked from within ".buttons.next invoke "
invoked from within ".buttons.next instate !disabled { .buttons.next invoke } "
invoked from within ".buttons.next instate pressed { .buttons.next state !pressed; .buttons.next instate !disabled { .buttons.next invoke
} } "
(command bound to event)
私の推測では、それはH:
どこかにドライブに到達しようとしています(私はH:
切断してインストールしました)が、これをどこで/どのように変更するのか分からないので、実際.gitconfig
にC:
ドライブの実際の場所が見えます。
このエラーメッセージを回避する方法は?
Cで.gitconfigファイルがあります:\プログラムファイル\のGit \ etcに
—
notthehoff
私の最終的な解決策は、Macを入手することでした。:)
—
notthehoff
C:\Users\{username}\.gitconfig
興味のあるファイルがありますか?