今早看到一位大佬的视频讲C语言中的零长数组,我也想以此为契机讲一讲自己对于零长数组的理解。以下内容都是我个人基于自己编码经历对零长数组的理解,大家仅作参考即可,如需在项目中使用,务必进行详尽自验。文中如有错误请专家大佬指正。

阅读全文 »

这几天由于个人需要在Windows系统上使用Gitea搭建了一个代码仓库,考虑到Windows没有很方便的SSH服务就直接使用了Gitea的内建SSH。但是在使用Git Bash里的git直接访问代码仓库时会出现以下报错:

Cloning into 'test'...
git@127.0.0.1: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

阅读全文 »