GitHub Star Migration

0x00 本文记录下使用 ChatGPT 完成 Github Star 迁移任务。 ...

February 23, 2023 · 1 min · 170 words · ronething

github 获取文件的永久链接

0x00 当我们要链接一个 github 仓库上的文件的时候,如果直接复制地址栏的 url 的话,是拿不到其永久链接的,怎么办? ...

June 2, 2019 · 1 min · 30 words · ronething

github add SSH key

0x00 Using the SSH protocol, you can connect and authenticate to remote servers and services. With SSH keys, you can connect to GitHub without supplying your username or password at each visit. 每次 clone 私人项目或者 push 都要输入用户名密码?试试 ssh 吧。 ...

September 26, 2017 · 1 min · 162 words · ronething