Fetch the repository succeeded.
fork
本开源项目到自己的仓库,如your/DBlog
,然后clone
到本地(注意:是clone
你fork
后的你的仓库里的项目),并配置用户信息
$ git clone https://gitee.com/your/DBlog.git
$ cd DBlog
$ git config user.name "your name"
$ git config user.email "your email"
本地修改代码后,推送到自己的仓库
$ git commit -am "change something"
$ git push origin master
最后在你仓库里fork
的项目里提交Pull Request
即可
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。