<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>琼殿技术论坛 - Github/Gitee开源交流</title>
    <link>https://bbs.qiongdian.com/f-74-1</link>
    <description>Latest 20 threads of Github/Gitee开源交流</description>
    <copyright>Copyright(C) 琼殿技术论坛</copyright>
    <generator>Discuz! Board by Discuz! Team</generator>
    <lastBuildDate>Wed, 27 May 2026 08:16:13 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.qiongdian.com/static/image/common/logo_88_31.gif</url>
      <title>琼殿技术论坛</title>
      <link>https://bbs.qiongdian.com/</link>
    </image>
    <item>
      <title>gitee：使用教程</title>
      <link>https://bbs.qiongdian.com/t-64633-1-1.html</link>
      <description><![CDATA[学习自：(37条消息) gitee最详细使用教程，汇总了全网，看这一篇就够了_编程图一乐的博客-CSDN博客_gitee怎么使用
(37条消息) gitee的基本使用方法_樱桃山竹和葡萄的博客-CSDN博客_gitee使用教程
1、注册账号、设置邮箱

&amp;nbsp;
新手最好公开自己的邮箱
&amp;nbsp;
&amp;nbsp;
2 ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>聰叔</author>
      <pubDate>Tue, 05 Jul 2022 12:37:00 +0000</pubDate>
    </item>
    <item>
      <title>.NET 微服务——CI/CD（1）：Jenkins+Gitee自动构建</title>
      <link>https://bbs.qiongdian.com/t-64651-1-1.html</link>
      <description><![CDATA[CI/CD
持续集成/持续部署，这概念有段时间了，网上有很多八股文，我就不写了。我只说它可以替你做到什么程度：当你需要更新一个版本，只需通过git把代码提交到指定的仓库，然后就可以自动打包、构建镜像、发布、运行。在这几个步骤前后，你还可以通过shell脚本或者其他 ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>蒋学政</author>
      <pubDate>Tue, 04 Jan 2022 02:24:00 +0000</pubDate>
    </item>
    <item>
      <title>手把手教你IDEA连接码云(Gitee)</title>
      <link>https://bbs.qiongdian.com/t-64641-1-1.html</link>
      <description><![CDATA[目录前言一、下载、安装git1.打开git官网，选择你的操作系统2.根据你的系统位数选择相应的版本下载3.安装4.配置全局的用户名、邮箱5.在idea中配置git目录二、配置Gitee插件三、克隆与上传项目克隆项目上传项目四、更新项目推送自己的更新拉取同事的更新后记
前言

大家 ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>倔头</author>
      <pubDate>Thu, 01 Jul 2021 07:44:00 +0000</pubDate>
    </item>
    <item>
      <title>为 .NET 打 Call，为国产平台  Gitee 打 Call，我的 .NET/C# 开源项目清单，同步维护于 Github 和 Gitee</title>
      <link>https://bbs.qiongdian.com/t-64669-1-1.html</link>
      <description><![CDATA[所有项目遵循 MIT 开源协议。可以随意使用，但是需在源代码和产品关于画面保留版权声明和我的网站链接，谢谢。

Sheng.Winform.IDE
Github：https://github.com/iccb1013/Sheng.Winform.IDE
Gitee: https://gitee.com/iccb1013/Sheng.Winform.IDE
博文件介绍：https:// ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>发狂小飞侠</author>
      <pubDate>Tue, 16 Mar 2021 01:43:00 +0000</pubDate>
    </item>
    <item>
      <title>IDEA连接Gitee</title>
      <link>https://bbs.qiongdian.com/t-64639-1-1.html</link>
      <description><![CDATA[1、gitee
1、公钥配置
公钥的作用：身份验证，免去每次提交或拉去的登录操作。

1、安装git --&amp;gt; 鼠标右键 --&amp;gt; Git Bash Here --&amp;gt;进入命令窗口



命令一：查看git配置
git config --list



命令二：重新全局配置git用户名和邮箱和密码
git config --global user.name\&quot; ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>嘿怪</author>
      <pubDate>Fri, 28 Aug 2020 16:53:00 +0000</pubDate>
    </item>
    <item>
      <title>为pycharm配置gitee</title>
      <link>https://bbs.qiongdian.com/t-64665-1-1.html</link>
      <description><![CDATA[记录一篇配置文档：在&amp;nbsp;pycharm&amp;nbsp;中配置&amp;nbsp;gitee
参考文档：
https://blog.csdn.net/RoninYang/article/details/103159463
https://www.cnblogs.com/yoyoblogs/p/11152365.html
https://cloud.tencent.com/developer/article/1478265
前提准备
1、注册一个 g ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>碧海晴空</author>
      <pubDate>Sat, 22 Aug 2020 14:58:00 +0000</pubDate>
    </item>
    <item>
      <title>Git 上传项目到 gitee（上传到其它的仓库）</title>
      <link>https://bbs.qiongdian.com/t-64645-1-1.html</link>
      <description><![CDATA[前言
一直使用 idea 克隆和上传提交项目，今天需要把项目上传到另外一个仓库中，发现 Git bash 操作都忘了如何上传项目了，所以准备在这里记录一下，不太常用，一般是换电脑的时候用用。
关键字：Git、gitee、gitbash
一、新建一个本地文件夹仓库
名字随意，说白了就是 ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>铁道游击隊</author>
      <pubDate>Mon, 08 Jun 2020 06:49:00 +0000</pubDate>
    </item>
    <item>
      <title>全面概述Gitee和GitHub生成/添加SSH公钥</title>
      <link>https://bbs.qiongdian.com/t-64658-1-1.html</link>
      <description><![CDATA[前言
现如今将代码开源已经成为软件开发行业的一种趋势，而现在比较有名的代码托管平台有GItHub、Gitee、Gitlab等相关平台。而我们在使用代码托管平台最为常见的就是如何将自己本地的代码推送到远程托管平台中的仓库中，现如今各大托管平台基本上都提供了基于SSH协议的G ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>哪吒鬧海靈珠子兄弟</author>
      <pubDate>Sun, 07 Jun 2020 16:55:00 +0000</pubDate>
    </item>
    <item>
      <title>使用gitee(码云)作为博客图床</title>
      <link>https://bbs.qiongdian.com/t-64667-1-1.html</link>
      <description><![CDATA[我的CSDN地址：https://blog.csdn.net/zenglintao/article/details/106076822
其实github也可以做图床，但是由于国内访问github的速度，所以我还是选择使用国内的gitee(码云)作为博客的图床。
一、注册账号
​]]></description>
      <category>Github/Gitee开源交流</category>
      <author>白雪新号</author>
<enclosure url="/forum/首先打开码云的网址注册一个账号

 ..." length="" type="image/jpeg" />      <pubDate>Tue, 12 May 2020 07:10:00 +0000</pubDate>
    </item>
    <item>
      <title>如何将本地项目上传到gitee</title>
      <link>https://bbs.qiongdian.com/t-64643-1-1.html</link>
      <description><![CDATA[如何将本地项目上传到gitee不想废话，直入主题：
第一步：首先你得有一个gitee仓库（登录注册自己解决）友情提供： gitee官网地址.
首先：进入git额额官网（登录注册自己解决，没难度） 新建仓库，点击 + ，如图：

&amp;nbsp;
&amp;nbsp;
选择 新建仓库
&amp;nbsp;

&amp;nbsp;
&amp;nbsp;
 ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>司空骏</author>
      <pubDate>Tue, 14 Apr 2020 12:10:00 +0000</pubDate>
    </item>
    <item>
      <title>使用Gitee搭建个人图床</title>
      <link>https://bbs.qiongdian.com/t-64652-1-1.html</link>
      <description><![CDATA[使用Gitee搭建个人图床
一、前言
搭建个人的图床可以更加方便地管理个人图片，虽然Github也可以实现个人图床的搭建，但是，Github毕竟是外网，访问速度慢且不稳定。因此采用Gitee来搭建图床是个好选择。
二、创建仓库
第一步，在Gitee上创建一个仓库，用于存放图片：


 ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>中国红中国特色</author>
      <pubDate>Fri, 10 Apr 2020 11:34:00 +0000</pubDate>
    </item>
    <item>
      <title>Hexo + Gitee 搭建个人博客</title>
      <link>https://bbs.qiongdian.com/t-64660-1-1.html</link>
      <description><![CDATA[环境搭建


Git


Node.js


最新的 Node.js 已经集成了 npm





npm



官网地址：


https://nodejs.org/en/


https://git-scm.com/



开始搭建
1. 安装 Hexo
npm&amp;nbsp;install&amp;nbsp;-g&amp;nbsp;hexo&amp;nbsp;&amp;nbsp;&amp;nbsp;#&amp;nbsp;通过npm安装hexo
#&amp;nbsp;-g&amp;nbsp;指定全 ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>烟熏了眼</author>
      <pubDate>Sun, 05 Apr 2020 10:17:00 +0000</pubDate>
    </item>
    <item>
      <title>vscode+码云（gitee），用git进行源代码管理</title>
      <link>https://bbs.qiongdian.com/t-64637-1-1.html</link>
      <description><![CDATA[使用原因
对于我们经常换电脑来工作的人群，在公司工作完，回家里再用U盘或网盘复制/下载我们的代码，简直是一种折磨，一个项目中断后，时间久了再去想继续的时候，你会发现：到底哪个是最新版的？！U盘满了，这个文件夹到底能不能删除？但当你使用了git进行源码管理之 ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>玥揽添下丶</author>
      <pubDate>Sat, 21 Mar 2020 09:44:00 +0000</pubDate>
    </item>
    <item>
      <title>gitee码云完整使用教程（部署与克隆）</title>
      <link>https://bbs.qiongdian.com/t-64649-1-1.html</link>
      <description><![CDATA[1.创建仓库
登录码云 https://gitee.com/创建一个仓库

2.使用git在本地初始化
（1）新建一个目录，存放下载下来的项目，我在D盘新建了一个“gitspace”文件夹，用来存放下载下来的项目

（2）进入刚刚新建的文件夹，即进入“gitspace”，点击鼠标右键，选择\&quot;Git Bash H ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>觅方白茶</author>
      <pubDate>Mon, 09 Mar 2020 08:22:00 +0000</pubDate>
    </item>
    <item>
      <title>GitHub Pages 与 Gitee Pages 上的 Jekyll</title>
      <link>https://bbs.qiongdian.com/t-64635-1-1.html</link>
      <description><![CDATA[本文已不再于此更新，最新版本请见：xjtu-blacksmith.cn/essay/jekyll-of-pages。

目录Jekyll on GitHub PagesJekyll 的 Markdown 引擎常规插件静默增强插件GitHub Pages 主题总结Jekyll on Gitee Pages
GitHub 与 Gitee 提供的 Pages 服务中，均内嵌了 Jekyll 支持（ ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>龙行于水</author>
      <pubDate>Wed, 05 Feb 2020 05:54:00 +0000</pubDate>
    </item>
    <item>
      <title>Git - 将一个项目同时从本地推送到 GitHub 和 Gitee</title>
      <link>https://bbs.qiongdian.com/t-64654-1-1.html</link>
      <description><![CDATA[前言
博主是根据自己的情况写这篇博文的，每个人遇到的情况和需求可能不一样哈，所以初始的步骤也不一定一致，但是同时推送到Github和Gitee的步骤都会是一致滴！
&amp;nbsp;
Gitee拉取Github仓库
直接在Gitee中创建一个项目，然后再最后一行导入Github项目就阔以啦！

去到 ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>思宜</author>
      <pubDate>Sun, 19 Jan 2020 10:37:00 +0000</pubDate>
    </item>
    <item>
      <title>PyCharm配置Gitee</title>
      <link>https://bbs.qiongdian.com/t-64647-1-1.html</link>
      <description><![CDATA[PyCharm配置Gitee
第一步：下载安装Git
https://git-scm.com/download/win
第二步：配置SSH公钥
1、在你的项目代码文件夹，或者其他文件夹下，邮件打开git命令行

2、配置用户名，和邮箱

3、生成秘钥，一直Enter就可以

4、查看秘钥路径

5、打开id_rsa.pub文件，复制 ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>老朋</author>
      <pubDate>Fri, 13 Dec 2019 06:52:00 +0000</pubDate>
    </item>
    <item>
      <title>Gitee使用方法</title>
      <link>https://bbs.qiongdian.com/t-64671-1-1.html</link>
      <description><![CDATA[1.创建仓库：
a.创建远程仓库
登入Gitee后，点击头像旁边的\&quot;+\&quot;加号--&amp;gt;新建项目

填写项目基本信息后直接点击创建，这样一个远程仓库就已经创建完成了

b.初始化本地仓库
1)Git Bash安装
本地仓库的初始化需要借助软件Git Bash 来完成。点击前往Git官网
下载适用您的电脑 ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>楼上坐</author>
      <pubDate>Mon, 09 Sep 2019 08:44:00 +0000</pubDate>
    </item>
    <item>
      <title>gitee+hexo搭建个人博客</title>
      <link>https://bbs.qiongdian.com/t-64663-1-1.html</link>
      <description><![CDATA[首先准备软件：

git (提供命令git) git官网
notepad++(方便编辑)notepad++官网 垃圾npp，推荐别用
nodejs(hexo依赖)nodejs官网
7z(压缩包)7z官网

链接：https://pan.baidu.com/s/1OWnJMV1kI86aLUZZEkt6Yw  提取码：im6o  这里整合好了。
还有码云主页
安装
nodejs、gi ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>陈沁心</author>
      <pubDate>Sat, 27 Jul 2019 08:16:00 +0000</pubDate>
    </item>
    <item>
      <title>pycharm+gitee环境搭建（超详细）</title>
      <link>https://bbs.qiongdian.com/t-64656-1-1.html</link>
      <description><![CDATA[背景：本地开发代码在没有云托管的时候代码很容易丢掉，如果是小团队，这时候可以使用公司团队注册一个账号共同使用。如果是个人用于代码存储或者用于以后项目经验也推荐gitee。大的团队可以购买
&amp;nbsp;环境：windows为例+2019最新的pycharm社区版
使用国内的Git托管服 ...]]></description>
      <category>Github/Gitee开源交流</category>
      <author>谁喷我谁是狗</author>
      <pubDate>Mon, 08 Jul 2019 09:04:00 +0000</pubDate>
    </item>
  </channel>
</rss>