<?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://p1e.cn/html/tag/github/feed" rel="self" type="application/rss+xml" />
	<link>https://p1e.cn</link>
	<description>所有的伟大,都源于一个勇敢的开始</description>
	<lastBuildDate>Sun, 27 May 2018 04:10:39 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>ERROR: The certificate of `github.com’ is not trusted.</title>
		<link>https://p1e.cn/html/148.html</link>
					<comments>https://p1e.cn/html/148.html#respond</comments>
		
		<dc:creator><![CDATA[Naoki]]></dc:creator>
		<pubDate>Sun, 27 May 2018 04:10:39 +0000</pubDate>
				<category><![CDATA[运维笔记]]></category>
		<category><![CDATA[github]]></category>
		<guid isPermaLink="false">https://815494.com/?p=148</guid>

					<description><![CDATA[这两天在安装一脚本的时候wget下载总是出现ERROR: The certificate of `github.com&#8217; is not trusted.的错误提示，这是提示你该网站的证书不被信任，解决这种问题的方法有两种。 1.临时解决 运行wget等命令时在后面加上 --no-check-certificate 就行了。 2.完全解决，安装 ca-certificates 包 apt-get install ca-certificates 安装完证书包后就可以顺畅运行脚本了。]]></description>
										<content:encoded><![CDATA[<p>这两天在安装一脚本的时候wget下载总是出现ERROR: The certificate of `github.com&#8217; is not trusted.的错误提示，这是提示你该网站的证书不被信任，解决这种问题的方法有两种。</p>
<p>1.临时解决</p>
<p>运行wget等命令时在后面加上</p>
<pre>--no-check-certificate</pre>
<p>就行了。</p>
<p>2.完全解决，安装 ca-certificates 包</p>
<pre>apt-get install ca-certificates</pre>
<p>安装完证书包后就可以顺畅运行脚本了。</p>
<div></div>]]></content:encoded>
					
					<wfw:commentRss>https://p1e.cn/html/148.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
