전체 글
[Git Bash] error: Pulling is not possible because you have unmerged files.
git pull하다가 conflict 남. 파일을 수정하고 다시 pull하면 에러가 남 첨엔 잔머리굴려서 그냥 아무커밋 날리고 push 하곤했는데.. 그냥 잔꾀낸거라. 정공법은 뭔지 찾아봤다. git status git commit -am "메세지아무거나입력" 요래하면 된다. 수정된 파일이 수정된게 아니라 같은 파일 2개라고 인식되서 그런듯?
[VMware] Device/Credential Guard are not compatible : error
하이퍼바이저 꺼도 안되서 아래 방법대로 했더니 해결함 http://icetel.blogspot.com/2018/06/vmware-windows-10.html
[VMware] cannot connect file as a CD-ROM image
C:\\~ \\Virtual Machines\\Ubuntu 64-bit kali\\Ubuntu 64-bit [kali.vmx.](kali.vmx.)이전에 깔려있던 칼리리눅스 실행하니까 안됨 cannot connect file as a CD-ROM image이렇게 ios 파일이 없다고 경고가 뜬다. 혹시 파이썬 지울 때 같이 지워졌을 수도 있겠다. 그런말을 들은 적이 있음.. 확인해보니 해당 폴더에 ios 파일이 없었다. http://kb.mit.edu/confluence/pages/viewpage.action?pageId=4260003 다음과 같은 경고문이 뜸 Cannot connect the virtual device sata0:1 because no corresponding device is avai..
Miniconda를 사용한 파이썬 설치
데이터 과학 용도로 관련 패키지들을 일괄 설치하기 위해 Anaconda 라는 데이터 분석 플랫폼을 사용할 것인데, Anaconda는 용량이 너무 크므로 Anaconda가 최소화된 패키지로 구성된 Miniconda를 다운로드 한다. ※ 파이썬이 이전에 설치되었을 경우 프로그램을 삭제하고, 관련된 환경변수 설정도 삭제해준다. https://docs.conda.io/en/latest/miniconda.html Miniconda — Conda documentation Miniconda Miniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes only conda, Python, ..
[Java] AssertionError 적용하기
assert 명령어를 실행가능하게 적용하기 우클릭 < Run Configurations < Arguments