Github写个website

    xiaoxiao2021-03-25  154

    官网

    很简单

    git clone https://github.com/dingding7199/dingding7199.github.io cd dingding7199.github.io/ echo "Hello World" > index.html #push it git add --all git commit -m "Initial commit" git push -u origin master #输入账号密码

    HelloWorld

    代理 export http_proxy=http://10.182.63.40:3128/ https代理 export https_proxy=$http_proxy 加了个Key 以后不用账号密码输入了

    大神文章

    使用指南

    转载请注明原文地址: https://ju.6miu.com/read-12124.html

    最新回复(0)