-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
151 lines (101 loc) · 4.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Rainbo's Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="author" content="rainbo">
<meta name="description" content="挨踢民工,程序猿,IT,Python,CoffeeScript,NodeJS">
<meta property="og:type" content="website">
<meta property="og:title" content="Rainbo's Blog">
<meta property="og:url" content="http://rainbo.me/">
<meta property="og:site_name" content="Rainbo's Blog">
<meta property="og:description" content="挨踢民工,程序猿,IT,Python,CoffeeScript,NodeJS">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Rainbo's Blog">
<meta name="twitter:description" content="挨踢民工,程序猿,IT,Python,CoffeeScript,NodeJS">
<link rel="alternate" href="/atom.xml" title="Rainbo's Blog" type="application/atom+xml">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/style.css" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<div class="wrapper">
<header id="header">
<div class="title">
<h1><a href="/">Rainbo's Blog</a></h1>
<p><a href="/">丢了下巴的程序猿</a></p>
</div>
<nav class="nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/archives">Archives</a></li>
<li><a href="/atom.xml">RSS</a></li>
</ul>
<div class="clearfix"></div>
</nav>
<div class="clearfix"></div>
</header>
<div class="content">
<article class="post">
<header>
<div class="icon"></div>
<a href="/mark-git-ssh-work-on-windows-to-bitbucket/">
<time datetime="2013-07-04T01:22:16.000Z">
Jul 4 2013
</time>
</a>
<h1 class="title"><a href="/mark-git-ssh-work-on-windows-to-bitbucket/">让 bitbucket 也能在 windows 上正常工作</a></h1>
</header>
<div class="entry">
<p>最近墙越来越高,继 github 被和谐后,bitbucket 也沦陷了。这是一件杯具的事情,因为我和 胖子@vfasky 正在上面酝酿我们的 <strong>Catke 计划</strong>,英明神武的我们怎能为万恶的墙低下高贵的头!胖子立马翻出 mac 下的代理神器,稍做配置便让 git 使用 ssh 协议时轻松翻墙。</p>
<p>详情参考:<a href="https://vfasky.com/2013-05-23/mac-shadowsocks-proxy-bitbucket/" target="_blank" rel="external">mac 上通过 shadowsocks 代理让 bitbucket 的 git 正常工作</a>。</p>
<h2 id="Windows_上的杯具">Windows 上的杯具</h2>
<p>但是杯具还在继续,这让哥的 windows 情何以堪!墙虽然灰常高大,但却不能阻挡一个小强翻墙的心。</p>
</div>
<footer class="end-sep">
<div class="alignleft">
<a href="/mark-git-ssh-work-on-windows-to-bitbucket/#more" class="more-link">Read More</a>
</div>
<div class="clearfix"></div>
</footer>
</article>
<nav id="pagination">
<div class="clearfix"></div>
</nav>
</div>
</div>
<footer id="footer"><div class="copyright">
© 2014 <a href="/">rainbo</a>
</div>
<div class="theme-copyright">
Theme by <a href="https://github.com/orderedlist" target="_blank">orderedlist</a>
|
Redesign by <a href="http://heroicyang.com/" target="_blank">Heroic Yang</a>
</div>
<div class="clearfix"></div></footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script src="/js/scale.fix.js"></script>
<script src="/js/jquery.imagesloaded.min.js"></script>
<script src="/js/gallery.js"></script>
<script type="text/javascript">
var duoshuoQuery = { short_name: 'rainbo' };
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';
ds.async = true;
ds.src = 'http://static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" media="screen" type="text/css">
<script src="/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script>
</body>
</html>