
爬坑记录
Binbin_Sun
这个作者很懒,什么都没留下…
展开
-
fatal: unable to access ‘https://github.com/****.git/‘: Unknown SSL protocol error
fatal: unable to access ‘https://github.com/****.git/’: Unknown SSL protocol error背景:如标题,git push git pull 都出现上面的问题尝试:1:由于使用其他的项目还是正常的初步怀疑是配置问题结论:1:参考了部分博客中参考方式,最终没有得到解决2:后面重新下载了一次,使用ssh 进行git clone 后面再再进行提交是好的了:关键词,使用SSH git clone...原创 2021-04-18 23:44:43 · 2338 阅读 · 0 评论 -
【爬坑记录】ncnn移植到Android上出现的编译问题
【爬坑记录】ncnn移植到Android上出现的编译问题背景:因为项目中使用的ncnn版本过早,希望编译一下最新版本,观察速度是否有提升,编译时出现如下报错:报错1:*/ncnn-20191113/src/allocator.h:63: error: undefined reference to 'posix_memalign'*/ncnn-20191113/src/allocato...原创 2019-11-21 19:30:00 · 1466 阅读 · 0 评论 -
【爬坑记录】grpc c++ bidirectional stream crash with "proto_buffer_writer.h:65 assertion failed: !byte_buf
爬坑记录3:grpc c++ bidirectional stream crash with "proto_buffer_writer.h:65 assertion failed: !byte_buffer->Valid()异常信息:proto_buffer_writer.h:65 assertion failed: !byte_buffer->Valid()1:定位思路:...原创 2019-11-20 22:04:03 · 1272 阅读 · 0 评论 -
【爬坑记录】error while loading shared libraries: libstdc++.so.6: wrong ELF class: ELFCLASS64
爬坑记录2:error while loading shared libraries: libstdc++.so.6: wrong ELF class: ELFCLASS64CMake Error at ***/Downloads/cmake/share/cmake-3.12/Modules/CMakeTestCCompiler.cmake:52 (message): The C compi...原创 2019-11-18 15:06:08 · 4311 阅读 · 0 评论 -
【爬坑记录】undefined undefined reference to *** openssl 无法链接
爬坑记录1:-undefined undefined reference to *** openssl 无法链接/usr/lib/x86_64-linux-gnu/libcurl.so: undefined reference to `PKCS12_PBE_add@OPENSSL_1.0.0' /usr/lib/x86_64-linux-gnu/libc...原创 2019-11-13 13:52:51 · 21269 阅读 · 4 评论