git config –global user.name “your name” git config –global user.email “your@email.address”… 更多 →
fun x y -> x ** ynotexist wrote 3 months ago: 由於工作需要,上好奇心花了一點時間來了解研究git從建立server到repository的完整過程… 其中發生了一些不是不能理解但是很難接受的情況*_* 最大的重點應該是在於說新建了一個 … more →
xwaynec wrote 9 months ago: 先到你想上傳的資料夾裡面 git init 然後add一個file git add README 通知git,現在是第一次送出 git commit -m 'first commit' 上傳到某一個人 … more →
lovecankill wrote 1 year ago: git config –global user.name “your name” git config –global user.email … more →