11 2017 档案

摘要:var get = function(url) { if(location.protocol "http") { return url; } var reg = /^(http[s]?:\/\/)?([^\/]+)(.*)/, matches = url.match(reg); url = list 阅读全文
posted @ 2017-11-21 11:55 smallf 阅读(1527) 评论(0) 推荐(0)
摘要:如果输入了 git config credential.helper 命令之后还是出现了osxkeychain, store 或者 cache 等,说明 git 的配置还是没有被清空,我参考了stackOverFlow上这个问题 有人给了这样一个命令查看 credential.helper 所在的文 阅读全文
posted @ 2017-11-03 13:29 smallf 阅读(753) 评论(0) 推荐(0)