Mac
ccmedu
努力
展开
-
http-server安装成功后,提示 ~bash command not found 在安装目录下却可以
http-server安装成功后,提示 ~bash command not found 在安装目录下却可以,其实是没有配置环境变量的缘故网上搜到的什么vim ~/.zshrc不适合我,因为我报的错不是zsh: command not found:解决办法,1、在mac终端中输入open .bash_profile然后export PATH=$PATH:$M2_HOME/bin...原创 2019-12-27 16:26:08 · 1753 阅读 · 0 评论 -
mac 上安装git
千辛万苦来形容刚买mac的我。。。从windows转ios,好多行为习惯都得改,1.在官网下载git然后就傻瓜式安装next就行了2.之后打开mac终端输入命令,git --version 如果是出现版本号那么恭喜你,很顺利,如果出现$ git versionxcode-select: note: no developer tools were found at '/Appli...原创 2018-07-05 15:52:33 · 1110 阅读 · 0 评论 -
fatal: unable to auto-detect email address (got 'root@bogon.(none)')(4:散列问题解决方案)
报错如下:*** Please tell me who you are.Run git config --global user.email "you@example.com" git config --global user.name "Your Name"to set your account's default identity.Omit --global to se...原创 2019-01-28 21:00:31 · 4780 阅读 · 1 评论 -
fatal: not a git repository (or any of the parent directories): .git(3:散列问题解决方案)
输入如下命令:git rm -r --cached .git add .git commit -m 'update .gitignore'报错如下:fatal: not a git repository (or any of the parent directories): .git 解决办法:输入命令:git init...原创 2019-01-28 20:59:18 · 3971 阅读 · 0 评论 -
xcode-select --install选择安装安装失败:下载失败网络问题(2:散列问题解决方案)
问题:xcode-select --install选择安装,安装失败:下载失败网络问题 解决办法:到该地址去手动下载安装器安装:https://idmsa.apple.com/IDMSWebAuth/signin?appIdKey=891bd3417a7776362562d2197f89480a8547b108fd934911bcbea0110d07f757&path=%2Fdow...原创 2019-01-28 20:57:06 · 19117 阅读 · 0 评论 -
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), (1:散列问题解决方案)
如果报错:xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun解决办法:输入命令并执行:xcode-select --install这个时...原创 2019-01-28 20:56:57 · 3258 阅读 · 0 评论 -
mac的git忽略文件忽略不了xcode-select --install失败的处理方法(0:综合问题解决方案)
(1)输入如下命令:git rm -r --cached .git add .git commit -m 'update .gitignore' (2)如果报错:xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library...原创 2019-01-28 20:26:15 · 1870 阅读 · 0 评论 -
mac 公钥路径命令
open ~/.ssh原创 2018-12-24 15:38:00 · 1916 阅读 · 0 评论 -
Mac sourceTree 注册码分享(sourcetree.license 许可证)
感谢大神的大腿,分享给使用Mac版sourceTree的小伙伴,最下边有大神分享的sourcetree.license 许可证,下载可以直接使用,无须翻墙https://www.jianshu.com/p/21733dfde911网盘地址:https://pan.baidu.com/s/1c9nIQM...原创 2018-07-31 15:48:02 · 5559 阅读 · 0 评论