<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>github &#8211; ~</title>
	<atom:link href="https://moneyslow.com/tag/github/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description></description>
	<lastBuildDate>Sun, 04 Feb 2024 06:32:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>如何注销github账号？简单三步</title>
		<link>https://moneyslow.com/%e5%a6%82%e4%bd%95%e6%b3%a8%e9%94%80github%e8%b4%a6%e5%8f%b7%ef%bc%9f%e7%ae%80%e5%8d%95%e4%b8%89%e6%ad%a5.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Sun, 04 Feb 2024 06:32:42 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=17646</guid>

					<description><![CDATA[注销github账号步骤]]></description>
		
		
		
			</item>
		<item>
		<title>如何设置git使用自己的私钥</title>
		<link>https://moneyslow.com/%e5%a6%82%e4%bd%95%e8%ae%be%e7%bd%aegit%e4%bd%bf%e7%94%a8%e8%87%aa%e5%b7%b1%e7%9a%84%e7%a7%81%e9%92%a5.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Tue, 22 Sep 2020 14:56:49 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[gitlab]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=11536</guid>

					<description><![CDATA[以连接github.com为例，新建配置文件： ~/.ssh/config 内容如下： host github.com HostName github.com IdentityFile ~/.ssh/id_rsa_github User git 文件权限设置： chmod 600 ~/.ssh/config 现在可以用git命令进行clone了，如下： git clone git@github.com:{ORG_NAME}/{REPO_NAME}.git 以上，{ORG_NAME} 是账号名称，{REPO_NAME}是项目名称。 特别注意，在Linux 或者 macOS 下，最好做如下操作： chmod 400 ~/.ssh/id_rsa_github 如果git版本是 2.3.0，可以使用环境变量 GIT_SSH_COMMAND GIT_SSH_COMMAND="ssh -i ~/.ssh/id_rsa_example" git clone example 如果git版本是2.10.0 ,就需要配置 core.sshCommand，命令如下： git config core.sshCommand "ssh -i ~/.ssh/id_rsa_example -F /dev/null" git pull git push 没有绝对完美的方法告诉git去使用哪个私钥文件，因为它依赖ssh的认证，所以可以用ssh的方法来临时进行私钥的认证，比如： $ ssh-agent [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
