<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Git on Jermineの博客 </title>
    <link>https://Jermine.vdo.pub/categories/git/</link>
    <description>Recent content in Git on Jermineの博客 </description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <lastBuildDate>Sat, 30 Jun 2018 10:23:46 +0800</lastBuildDate>
    <atom:link href="https://Jermine.vdo.pub/categories/git/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>通过Git规范和脚本自动生成release Notes</title>
      <link>https://Jermine.vdo.pub/git/%E9%80%9A%E8%BF%87git%E8%A7%84%E8%8C%83%E5%92%8C%E8%84%9A%E6%9C%AC%E8%87%AA%E5%8A%A8%E7%94%9F%E6%88%90release-notes/</link>
      <pubDate>Sat, 30 Jun 2018 10:23:46 +0800</pubDate>
      <guid>https://Jermine.vdo.pub/git/%E9%80%9A%E8%BF%87git%E8%A7%84%E8%8C%83%E5%92%8C%E8%84%9A%E6%9C%AC%E8%87%AA%E5%8A%A8%E7%94%9F%E6%88%90release-notes/</guid>
      <description>&lt;h2 id=&#34;通过git规范和脚本自动生成release-notes&#34;&gt;通过Git规范和脚本自动生成release Notes&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;第一性原理告诉我们，我们不但要用工具，还要能自己创造工具，这样才能提升生产力！ 创造的工具可以开源，让社区强大和优秀的人一起完善，很多牛X的工具就是这么来的，好的工具总得有人先把概念和第一行代码写出来牵个头，linux 、docker 、Kubernetes、tensorflow 、Git 等等 都是从概念和第一个demo 开始的，然后在社区引起共鸣才发展起来的！从问题本身出发，抛开常理逻辑，不落入俗套（套路），就是第一性原理要表达的意思，其实创新也是这样来的，Elon Mask 那种从0 到 1 的创造力就是来源于第一性原理。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Git设置和取消代理</title>
      <link>https://Jermine.vdo.pub/git/git%E8%AE%BE%E7%BD%AE%E5%92%8C%E5%8F%96%E6%B6%88%E4%BB%A3%E7%90%86/</link>
      <pubDate>Thu, 30 Mar 2017 10:16:38 +0800</pubDate>
      <guid>https://Jermine.vdo.pub/git/git%E8%AE%BE%E7%BD%AE%E5%92%8C%E5%8F%96%E6%B6%88%E4%BB%A3%E7%90%86/</guid>
      <description>&lt;h2 id=&#34;git-设置和取消代理&#34;&gt;git 设置和取消代理&lt;/h2&gt;&#xA;&lt;p&gt;本地开启VPN后，GIt也需要设置代理，才能正常略过GFW，访问goole code等网站&lt;/p&gt;&#xA;&lt;h3 id=&#34;代理设置如下可复制&#34;&gt;代理设置如下（可复制）：&lt;/h3&gt;&#xA;&lt;p&gt;注：git 设置 socks5 代理 加速。只对http，https生效，对ssh仍然无效&lt;/p&gt;</description>
    </item>
    <item>
      <title>Git clone直接提交用户名和密码</title>
      <link>https://Jermine.vdo.pub/git/git_clone%E7%9B%B4%E6%8E%A5%E6%8F%90%E4%BA%A4%E7%94%A8%E6%88%B7%E5%90%8D%E5%92%8C%E5%AF%86%E7%A0%81/</link>
      <pubDate>Tue, 30 Aug 2016 10:20:07 +0800</pubDate>
      <guid>https://Jermine.vdo.pub/git/git_clone%E7%9B%B4%E6%8E%A5%E6%8F%90%E4%BA%A4%E7%94%A8%E6%88%B7%E5%90%8D%E5%92%8C%E5%AF%86%E7%A0%81/</guid>
      <description>&lt;h2 id=&#34;git使用用户名密码clone的方式&#34;&gt;git使用用户名密码clone的方式：&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;git clone http://username:password@remote&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;例如：我的用户名是&lt;code&gt;abc@qq.com&lt;/code&gt;,密码是&lt;code&gt;abc123456&lt;/code&gt;,git地址为&lt;code&gt;git@xxx.com/www.git&lt;/code&gt;&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;git clone http://abc@qq.com:abc123456@git.xxx.com/www.git&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;执行报错：&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;fatal: unable to access &amp;#39;http://abc@qq.com:abc123456@git.xxx.com/www.git/&amp;#39;: &#xA; Couldn&amp;#39;t resolve host &amp;#39;qq.com:abc123456@git.xxx.com&amp;#39;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;报错原因是因为用户名包含了@符号，所以需求要把@转码一下&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
