2021年9月20日 星期一

建立token並push程式到github上

標題:[教學]建立token並push程式到github上(2021/09)

完整標題:[教學]建立access token並push程式到github上(2021/09)


最近使用git push新版本的程式到github上時,卻發現不能push。


原來,現在github都要求要用access token登入才能push程式到github上了。原來的密碼不再被允許push。


現在來建立一個access token吧。

首先,進入github,到右邊的地方點自己的頭貼,然後按「Settings」。


按左邊的「Developer settings」


按左邊的「Personal access tokens」,然後按右邊的「Generate new token」


輸入Note(可隨意輸入),然後選擇日期,並勾選「repo」、「admin:repo_hook」等選項


按「Generate token」


然後就會看到你的「Personal access tokens」被建立了,把它複製起來,並保存下來(它只會顯示一次)。


回到git介面,再次push程式。

它會請求輸入github帳號,就把帳號輸入進去。



然後會要求輸入密碼,就貼上剛剛複製的「Personal access tokens」就好。


按下「OK」之後,就可以成功push了。


沒有留言:

張貼留言

有興趣或有疑問的歡迎提問與交流喔!!!