Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 수학
- MySQL
- 정렬
- Forensics
- C
- misc
- xcz.kr
- Text
- 그리디 알고리즘
- Web Hacking
- 사칙연산
- HackCTF
- N0Named
- 써니나타스
- SuNiNaTas
- Web
- cryptography
- Network
- 인코그니토
- CTF
- writeup
- Database
- 구현
- Digital Forensics
- php
- 백준
- 문자열
- wargame
- Python
- Incognito
Archives
- Today
- Total
보안을 그리다, 훈이
[VScode] zsh Parse error 본문
Fix zsh Parse error
macOS를 통해 VScode로 작업하며 zsh을 연동하여 사용하고 있는데 아래와 같은 에러 문구가 등장했다.
zsh: parse error near ')'
CRLF error로 추정되는 이 현상을 해결하기 위해 TERMINAL에 다음과 같이 입력하니 정상적으로 작동했다.
cd $ZSH
git config core.autocrlf input
git rm --cached -r .
git reset --hard
[관련 링크]
Broken prompt after another oh-my-zsh upgrade · Issue #155 · agnoster/agnoster-zsh-theme
After anothe oh-my-zsh upgrade my prompt is messed up: /Users/alabala1/.oh-my-zsh/themes/agnoster.zsh-theme:97: parse error near `<<<' alabala1@ip-192-168-2-4 ~ % prompt_context() { &l...
github.com
'macOS > settings' 카테고리의 다른 글
[macOS] John The Ripper 설치 및 압축파일 비밀번호 해제하기 (zip2john) (0) | 2021.11.25 |
---|---|
macOS 환경에서 Burp Suite 설치 및 설정하기 (0) | 2021.11.03 |
Comments