//解決方法,在git庫的目錄下 //明明一開始建立user的時候有執行這個命令,不知道什麼緣由 chown -R git:git mygit.git
//Git本地中文文件名問題解決 git config --global core.quotepath false
//1 建立用戶 git config --global user.name "你的名字" git config --global user.email "你的郵箱" //2 建立祕鑰(用來防止每次commit或push都須要密碼) ssh-keygen -t rsa -C "你的郵箱" //3 取得公鑰(找到.ssh目錄下的id_rsa.pub文件)
參考了:
https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00137583770360579bc4b458f044ce7afed3df579123eca000
http://www.javashuo.com/article/p-tohulhry-hu.htmlhtml