GitGuardian检测到您的GitHub帐户中暴露了以下OpenSSH私钥。
GitGuardian has detected the following OpenSSH Private Key exposed within your GitHub account.
新建key即可。
2. 如果把SSH key上传到仓库,会提示安全验证:
1234567891011
ERROR: We're doing an SSH key audit.
Reason: unverified automatically (private key found in a public repository)
Please visit https://github.com/settings/keys/********
to approve this key so we know it's safe.
Fingerprint:
SHA256:***********************************************
fatal: 无法读取远程仓库。
请确认您有正确的访问权限并且仓库存在。
Liquid Exception: comparison of Array with Array failed in _layouts/page.html
解决
octopress\plugins\tag_cloud.rb 第74行:
123456
if@limit>0and@sort!='rand'# sort the tag pairs by frequency in descending orderweighted.sort!{|a,b|b[1]<=>a[1]}# then slice off the top @limit tag pairsweighted=weighted[0,@limit]end
<!--Fonts from Google"s Web font directory at http://google.com/webfonts --><linkhref="http://fonts.useso.com/css?family=PT+Serif:regular,italic,bold,bolditalic"rel="stylesheet"type="text/css"><linkhref="http://fonts.useso.com/css?family=PT+Sans:regular,italic,bold,bolditalic"rel="stylesheet"type="text/css">