JavaShuo
栏目
标签
Mac下vi ~/.bash_profile 报错 E325: ATTENTION Found a swap file by the name ".bash_profile.swp"
时间 2021-07-14
栏目
MacBook
繁體版
原文
原文链接
当你 输入source ~/.bash_profile设置立即生效时候会报这个错误 这个是没有关系: 这是由于在编辑该文件的时候异常退出了,因为vim在编辑文件时会创建一个交换文件swap file以保证文件的安全性。 解决办法: 输入 q(退出) 然后在终端出入:rm -f ~/.bash_profile.swp 最后你在终端输入 source ~/.bash_profile就可以了
>>阅读原文<<
相关文章
1.
Mac vim ~/.bash_profile 报错 Found a swap file by the name “.bash_profile.swp“
2.
Nginx E325: ATTENTION Found a swap file by the name ".nginx.conf.swp" 错误解决
3.
vim 打开文件显示E325: ATTENTION Found a swap file by the name
4.
E325: ATTENTION Found a swap file by the name "/etc/.hosts.swp"
5.
VIM:Found a swap file by the name
6.
linux下vi操做Found a swap file by the name
7.
vi操做异常时Found a swap file by the name
8.
Linux E325: ATTENTION Found a swap file by the name /etc/sysconfig/network-scripts/.ifcfg-ens33.swp
9.
vim Found a swap file by the name ".LinkDemo.cpp.swp"
10.
linux下view编辑文件时Found a swap file by the name
更多相关文章...
•
Scala 函数传名调用(call-by-name)
-
Scala教程
•
ASP Name 属性
-
ASP 教程
•
Docker容器实战(七) - 容器眼光下的文件系统
•
IDEA下SpringBoot工程配置文件没有提示
相关标签/搜索
e325
swap
attention
file
错报
报错
Mac下
下错
a'+'a
Linux
Unix
MacBook
PHP 7 新特性
Redis教程
MySQL教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
js中 charCodeAt
2.
Android中通过ViewHelper.setTranslationY实现View移动控制(NineOldAndroids开源项目)
3.
【Android】日常记录:BottomNavigationView自定义样式,修改点击后图片
4.
maya 文件检查 ui和数据分离 (一)
5.
eclipse 修改项目的jdk版本
6.
Android InputMethod设置
7.
Simulink中Bus Selector出现很多? ? ?
8.
【Openfire笔记】启动Mac版Openfire时提示“系统偏好设置错误”
9.
AutoPLP在偏好标签中的生产与应用
10.
数据库关闭的四种方式
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
Mac vim ~/.bash_profile 报错 Found a swap file by the name “.bash_profile.swp“
2.
Nginx E325: ATTENTION Found a swap file by the name ".nginx.conf.swp" 错误解决
3.
vim 打开文件显示E325: ATTENTION Found a swap file by the name
4.
E325: ATTENTION Found a swap file by the name "/etc/.hosts.swp"
5.
VIM:Found a swap file by the name
6.
linux下vi操做Found a swap file by the name
7.
vi操做异常时Found a swap file by the name
8.
Linux E325: ATTENTION Found a swap file by the name /etc/sysconfig/network-scripts/.ifcfg-ens33.swp
9.
vim Found a swap file by the name ".LinkDemo.cpp.swp"
10.
linux下view编辑文件时Found a swap file by the name
>>更多相关文章<<