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

推荐订阅源

Forbes - Security
Forbes - Security
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
Blog — PlanetScale
Blog — PlanetScale
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
U
Unit 42
I
InfoQ
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
V
Visual Studio Blog
B
Blog RSS Feed
Vercel News
Vercel News
F
Fortinet All Blogs
Know Your Adversary
Know Your Adversary
T
Troy Hunt's Blog
博客园 - 【当耐特】
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
A
About on SuperTechFans
Jina AI
Jina AI
小众软件
小众软件
T
Threatpost
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
The Hacker News
The Hacker News
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
酷 壳 – CoolShell
酷 壳 – CoolShell
Scott Helme
Scott Helme
B
Blog
腾讯CDC
Last Week in AI
Last Week in AI
P
Proofpoint News Feed
S
Schneier on Security
N
News and Events Feed by Topic
Microsoft Security Blog
Microsoft Security Blog
K
Kaspersky official blog
G
Google Developers Blog
T
Tor Project blog
PCI Perspectives
PCI Perspectives
S
Secure Thoughts
Google Online Security Blog
Google Online Security Blog
Latest news
Latest news
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
罗磊的独立博客

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)