Git3 IntelliJ IDEA와 Git 연결하기 IntelliJ IDEA와 Git 왜 연결할까? windows 환경에서 리눅스 명령어를 사용하기 위해 연결해주려고 합니다. Git을 사용하여 여러명이 동시에 작업을 할수 있도록 도와줍니다. Git Bash와 연결해주는 방법 IntelliJ 에서 File -> Settings를 눌러줍니다. (ctrl + alt + s를 눌러 Settings 창을 열수도 있습니다.) Settings 창에서 Tools -> Terminal 을 클릭해줍니다. Application Settings -> Shell path 항목에 "Git이 설치되어 있는 경로\shell이 설치된 경로"를 입력해주신후 -login -i 를 입력해줍니다. 그 후 터미널로 가시면 정상적으로 작동하는것을 볼수 있습니다. 2023. 12. 11. windows에 깃 설치하기 1.사이트 접속하기 아래 사이트에 접속하여 자신의 os에 맞게 설치해 줍니다.(공식 홈페이지 입니다.) https://git-scm.com/downloads Git - Downloads Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp git-scm.com 설치를 해주시면 자동으로 다운로드 되지만 안될.. 2023. 9. 11. Axios 1.Axios란? Axios는 타사 라이브러리이며 Javascript의 네이티브 함수가 아니다. 특징으로는 HTTP 요청의 생성과 처리를 간소화할 목적으로 만들어졌다. 사용하기 위해서는 추가로 빌드가 필요하다.(기본으로 제공하는 함수가 아니므로) https://github.com/axios/axios#installing GitHub - axios/axios: Promise based HTTP client for the browser and node.js Promise based HTTP client for the browser and node.js - GitHub - axios/axios: Promise based HTTP client for the browser and node.js github.com.. 2023. 6. 21. 이전 1 다음