Github Clone Private Repository 密碼設定
分類
建立時間: 2022年6月7日 03:10
更新時間: 2023年8月21日 22:35
說明
以前在 Github clone private repository 只需輸入使用者名稱和密碼就好
現在需要使用 Personal access token,簡稱 PAT
使用 PAT 可以設定權限和到期時間,個人用的話權限跟到期時間可以設大一點
建立 Personal access token
因為介面隨時都在變化,請直接參考官方文件 Creating a personal access token 建立即可
remote: Repository not found.
如果 git push
發生 remote: Repository not found. 錯誤,可以修改 .git/config 檔 url
config
url = https://[personal-access-token]@github.com/<username>/<repo_name>.git
[personal-access-token]
: 剛剛建立的 Personal access token<username>
: 帳號<repo_name>
: 倉庫名稱
打指令的方式
$ git remote remove origin
$ git remote add origin https://[personal-access-token]@github.com/username/repo_name.git
觀看次數: 1431
clonegitgithubprivaterepositoryrepositories
一杯咖啡的力量,勝過千言萬語的感謝。
支持我一杯咖啡,讓我繼續創作優質內容,與您分享更多知識與樂趣!