<!--more-->前端
Just Do It!!!git
網址 https://github.com/login 點擊直接註冊github
註冊好了以後打開頁面 點擊右上角的 + 號,選擇 News repositorynpm
回到首頁,選擇右下角的 Your repositories 下面 以您的用戶名開頭的連接打開。 vim
OK👌 在用戶界面上選擇 Settings ,選擇 **SSH and GPG keys ** 緩存
先別急着輸入 key ,,等到後面解決
ssh-keygen
,3個回車,跳出一長串代碼,這時候輸入 vim ~/.ssh/id_rsa.pub
,此時複製 ssh開頭到local 的全部字符串,複製好了以後,填入 上面的 key 裏面。 Add SSH key!:q
很完美!bash
git config -global user.name 「Your Name」
,服務器
git config -global user.email 「email@example.com」
,網絡
e.g git config -global user.name 「CracKerMe」 git config -global user.email 「1160948478@qq.com」
本地配置結束!!!hexo
git clone "git@github.com:XXXXXXXXXX"
注意喲,xxxxxxxx是那一長串字符
xxxxx是SSH下的 " git@github.com: " 開頭的一串內容
當您的下載的文件有修改後想從新傳回git 服務器端, 輸入如下命令,檢查 本地與服務器的差別
git status
git add .
git commit -m 'i upload something new'
git remote add origin git@github.com:yourname/learngit.git
git push -u origin master
一次文件的下載、上傳完成
npm install hexo-deployer-git —save
hexo g
then
hexo d
---沒了麼?
---是的。
---真沒了?
---真沒了!
hexo g
then
hexo d