簡體   English   中英

我無法使用 powershell 在 Windows 上克隆 repo

[英]I can't clone repo on windows with powershell

當我克隆它時,它一直說“克隆到 'hack'...”但我在 C:\\github 中找不到任何東西,當我輸入 cd 項目名稱時,我收到錯誤消息:

 Set-Location : Cannot find path 'C:\github\'

它將項目克隆到當前文件夾,

cd 進入名為 hack 的文件夾

# clone the project to the current directory
git clone <url>

# cd into the code folder
cd <project name>

內容位於克隆名稱內的當前文件夾中。

在此處輸入圖片說明

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM