BlogHelper icon indicating copy to clipboard operation
BlogHelper copied to clipboard

CSDN发文章时,最末尾会一些内容

Open taroandpuff opened this issue 3 years ago • 0 comments

  1. 你使用的操作系统是:windows10

  2. 你使用的本软件版本号是:1.0.30

  3. 请详细叙述你的问题: 上传文章时,最末尾,我写了一个代码块,但是上传后,会多一些内容 如下:

$ git remote -v
origin  [email protected]:taroandpuff/webLearn.git (fetch)
origin  [email protected]:taroandpuff/webLearn.git (push)
查看远程库信息

$ git remote rm origin
注意这样只是解除了本地和远程仓库的联系,没有在物理上删除远程仓库
如果需要在物理上远程删除远程仓库,需要在GitHub平台上操作

---------后面的内容是多出来的 oandpuff/webLearn.git (push) 查看远程库信息

$ git remote rm origin 注意这样只是解除了本地和远程仓库的联系,没有在物理上删除远程仓库 如果需要在物理上远程删除远程仓库,需要在GitHub平台上操作

  1. 用于问题复现的数据:

taroandpuff avatar Jul 12 '22 11:07 taroandpuff