“系统找不到指定的驱动器”试图设置新的GitHub存储库

时间:2019-06-07 03:46:28

标签: git github

我正在Windows中建立GitHub存储库,以便可以在此处托管我的网站。在输入命令提示符git clone (url)""

后如何处理此问题

我已经安装了node.jsbrowser-sync。我已继续观看这些视频,但是由于某种原因,我的计算机提示我“系统找不到指定的驱动器”。

https://www.hannatural.com/coursera/

https://hannatural.com/coursera/sublime/

我尝试通过不输入e:d:来解决此问题

我输入了以下命令:

git clone (url)
cd coursera-test (name of the repository)
code . (takes me to visual studio)

设置HTML格式并保存。

git add .
git commit ...
git push

如果我跳过了视频中的e:d:,我会看到所有内容,但是在键入git push后会出现一个提示"Who is this?"

1 个答案:

答案 0 :(得分:0)

首先,请确保设置您的用户名和电子邮件 gobally

git config --global user.name "Your GitHub Account"
git config --global user.email your@email.com

那样,它将对所有本地存储库有效。

第二,如果您没有d:e:驱动器,则通常会出现“ the system cannot find the drive specified”之类的错误消息:您不必切换到这些驱动器并可以在C:\上进行所有操作。