親子日記APP
|
免費申請
|
登入
mini box 迷你盒子
這裡是工程師的筆記資料.
部落格
相簿
APP日記
書籤
標籤:
git
的相關文章
瀏覽方式:
摘要列表
|
標題列表
|
全站 《git》 相關
VS Code 讀取遠端資料夾
2022
11
30
15:36
windows 中的 VS Code 讀取遠端資料夾 (如 Samba) Git 功能無法 init 或正常讀取 .git 目錄資料,永遠出現這個畫面:
解決 在 VS Code 內的終端機輸入: git config --global --add safe.directory 'path/to/repo' 或 git config --global --add safe.directory * visual studio code - Why vscode don't recognize my .git folder? - Stack Overflow Git unsafe repository 錯...
繼續閱讀»
分類:
好用軟體
/
留言(0)
筆記:版本控制系統 GIT 常用指令
2019
11
20
22:13
第一次使用,設定個人資料 $ git config --global user.name "Helloff" $ git config --global user.email "
[email protected]
" $ git config --local user.name "name22" $ git config --local user.email "
[email protected]
" 查詢目前的設定 $ git config --list credential.helper=osxkeychain user.email...
繼續閱讀»
分類:
網路服務
/
留言(0)