编程语言
首页 > 编程语言> > MacBook上VSC无法打开源文件 "bits/stdc++.h"

MacBook上VSC无法打开源文件 "bits/stdc++.h"

作者:互联网

今天在VSC上碰到该问题,记录解决问题过程。

一、如何解决头文件找不到?

问题:检测到 #include 错误。请更新 includePath。已为此翻译单元(/Users/wangjiaqi/02-workspace/1.cpp)禁用波形曲线。

更新gcc --> 需要安装homebrew

<img src="https://user-images.githubusercontent.com/link-to-your-image.png" width="200" />

二、国内如何安装homebrew?

问题:curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused

常规脚本用这个:

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

三、gcc: the bottle needs the Apple Command Line Tools to be installed.错误?

四、Error: Command failed with exit 128: git错误?

git config --global --add safe.directory /opt/homebrew/Library/Taps/homebrew/homebrew-core

git config --global --add safe.directory /opt/homebrew/Library/Taps/homebrew/homebrew-cask

最后终于成功了。

参考来源

MacOS平台Clion不支持bits/stdc++.h头文件的解决方法

port 443: Connection refused

Homebrew国内如何自动安装(国内地址)(Mac & Linux)

Mac上安装gcc失败

Error: Command failed with exit 128: git

MAC下验证gcc是否安装成功

Mac重装Homebrew

标签:std,gcc,git,--,c++,源文件,Command,homebrew,安装
来源: https://www.cnblogs.com/mi4444ta/p/16551568.html