-
git bash error 해결법 : Superuser creation skipped due to not running in a TTYError Handling 2020. 3. 9. 21:58반응형
깃 배쉬 에러
Git bash 에서 장고(django) 작업 도중 아래와 같은 오류가 발생했다.
$ python manage.py createsuperuser Superuser creation skipped due to not running in a TTY
TTY 환경 안에서 슈퍼유저를 생성할수 없다는 에러
해결법
Windows 콘솔과 통신이 가능하도록 winpty 명령어를 앞에 붙여서 사용하면 해결
$ winpty python manage.py createsuperuser
반응형'Error Handling' 카테고리의 다른 글