惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Simon Willison's Weblog
Simon Willison's Weblog
P
Privacy International News Feed
www.infosecurity-magazine.com
www.infosecurity-magazine.com
T
Troy Hunt's Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
Attack and Defense Labs
Attack and Defense Labs
S
Secure Thoughts
V2EX - 技术
V2EX - 技术
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
O
OpenAI News
Cloudbric
Cloudbric
Google Online Security Blog
Google Online Security Blog
Schneier on Security
Schneier on Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Help Net Security
Help Net Security
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
L
Lohrmann on Cybersecurity
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Spread Privacy
Spread Privacy
NISL@THU
NISL@THU
N
News and Events Feed by Topic
T
Tenable Blog
S
Security @ Cisco Blogs
N
News and Events Feed by Topic
The Hacker News
The Hacker News
C
CXSECURITY Database RSS Feed - CXSecurity.com
宝玉的分享
宝玉的分享
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
美团技术团队
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
V
Visual Studio Blog
P
Proofpoint News Feed
Webroot Blog
Webroot Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 三生石上(FineUI控件)
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Jina AI
Jina AI
雷峰网
雷峰网
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
L
LangChain Blog
The Register - Security
The Register - Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东

cURL

curl 稳定版终于支持 HTTP3 了 - V2EX 有其他什么命令行下载工具 能跳过小于指定大小的文件吗? curl 和 wget 似乎都不行 - V2EX 记录下 Curl 使用指南 - V2EX curl 默认证书路径怎么修改 - V2EX cURL 为什么会把十进制数字转为 IP? - V2EX Curl 工具 23 岁生日 - V2EX 请教如何用 curl 下载验证码图片 - V2EX curl 将在版本 7.70 支持以 JSON 方式输出调试信息 - V2EX libcurl 获得数据的时候,有 recv 或者 pull 这样主动拉取数据的接口,而不是使用回调函数被动接收数据的方式吗? - V2EX curl 作者关于他和 HTTP 的故事 - V2EX cURL 和 Wget 的异同比较 - V2EX 输出 curl 请求各个阶段的时间 - V2EX 是否有类似 cURL 这样强大的,但是可以用于调试 socket 服务的命令行工具? - V2EX cURL 的作者们 - V2EX 各位 cURL 用户们,你们用的参考页面是? - V2EX
curl: (35) error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112) 在搜索引擎搜索过了,还是不能解决? - V2EX
zeroday · 2014-04-11 · via cURL

zeroday

V2EX  ›  cURL

 

zeroday · 2014 年 4 月 11 日 · 8039 次点击

这是一个创建于 4447 天前的主题,其中的信息可能已经有所发展或是发生改变。

bash出现这个问题:-bash: __git_ps1: command not found
搜索解决方法(http://stackoverflow.com/questions/12870928/mac-bash-git-ps1-command-not-found)
运行安装:
cd ~
curl -OL https://github.com/git/git/raw/master/contrib/completion/git-completion.bash
mv ~/git.completion.bash ~/.git-completion.bash
结果直接提示:
curl: (35) error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112)