› Spec
CPU: Apple M1 or Intel i5
RAM: 8GB
Storage: 256GB SSD
OS: macOS or Windows 11
Python: 3.11.5 and 3.8.7
Python_venv_path: Only /desktop/[folder]
IDE: Visual Studio Code
› Home › About › Archive › Categories › Guestbook

Categories : Git

Git Bash protocol 오류


  1. Git Bash의 에러에 대한 해결법
    1. 1. fatal: protocol ‘https’ is not supported
    2. 2. Git Bash의 복사, 붙여넣기단축키

Git Bash의 에러에 대한 해결법

1. fatal: protocol ‘https’ is not supported

git bash 를 이용하다보면 나오는 그것
‘프로토콜 지원을 안함’

눈으로 보기에는 ‘https’ 만 보이겠지만
bash 창에서는 ‘https’ 앞에 문자는 표시 되지 않았던 것

단순한 방법으로는 메모장에 붙여넣기하고 그걸 다시 복사
이어서 명령어 진행하면 정상적이게 진행된다.

2. Git Bash의 복사, 붙여넣기단축키

- 복사하기 (Copy) :
Ctrl + Insert

- 붙여넣기 (Paste) :
Shift + Insert




확대 이미지