2022年总结

2022年这一年真让人五味陈杂。从4月上海封城,到北京6月疫情爆发,到新疆封城大半年,再到民众上街反抗野蛮封锁。到最后无序开发,民众只能自救,这个政腐还有什么合法性。
这一年对自己来说挺困难的。一方面工作不好找,只能接些项目。另外还得提防这个变态清零政策对家人的影响。
今年在google play 发布了7款app和5款手游。虽然没挣到什么钱,但对我来说还是一个里程碑意义。
另外就是自家崽健健康康长到一周岁。

git 拉取子模块出错can not find github.com port 9418

git submodule update –init –recursive

出错信息:

can not find github.com port 9418

fatal: unable to connect to github.com:

github.com[0: 20.205.243.166]: errno=Connection timed out

fatal: clone of ‘git://github.com/mapsme/Alohalytics.git’ into submodule path ‘/root/omim/3party/Alohalytics’ failed

解决方法如下:

git config –global url.”https://github.com/”.insteadOf git://github.com/