我安装了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 …
Run Code Online (Sandbox Code Playgroud) 我正在编写 Ruby 教程,它正在使用列出的命令设置项目。
我不太清楚他们使用该命令究竟在做什么。
他们正在制作路径 bin/lib/lib/NAME/test 吗?'/' 可能让我觉得他们真的只是在创建一个 lib 文件夹?
提前致谢