- 博客(4)
- 收藏
- 关注
转载 wsl无网络连接(转载)
此文章是复制转载的,留备份用,不做其他任何作用 问题描述: wsl无网络连接,ping不通,git 无法 pull 报下述错误: 1.Temporary failure in name resolution_ 2.connect:network is unreachable 3.ssh: Could not resolve hostname gitee.com: Temporary failure in name resolution 解决办法: 依次执行下述命令即可。 sudo rm /etc/resol
2022-05-13 15:13:32
1538
1
原创 推送具体提交到远端具体分支 git push a single commit to specific one remote branch
– git push a single commit to specific one remote branch – 推送具体提交到远端具体分支 git push :<remote: branch name> remote name --> 一般是origin git log --> 查询具体提交的hash值 remote:branch name --> 你想推送到的远端分支 例子: git push origin 1cc13b67c77f04b39081b2002343
2021-12-01 09:45:11
189
原创 undefined reference to `log‘/ ‘func‘ 2021-10-12
项目场景: eclipse 编译工具 出现undefined reference to `log’ 的问题 问题描述: 调用math.h的log函数会报以上错误,而且找不到真正调用的头文件是哪个。 原因分析: 不明,待路过大佬解析。 解决方案: apply . ...
2021-10-12 09:51:59
238
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人