AI/Anaconda&python

[linux] 깃 설치하기

리네엔 2022. 10. 7. 19:45
sudo apt-get install git

git config --global user.name [이름]
git config --global user.mail [메일 주소]

설정->개발자-> 토큰발급

conda --global condential.helper store

'AI > Anaconda&python' 카테고리의 다른 글

python type hint  (0) 2023.05.18
[docker] 기본 명령어  (0) 2023.04.20
[docker/linux] 우분투에 아나콘다 설치하기  (0) 2022.10.07
[python] 함수 매개변수  (0) 2022.09.28
[python] main  (0) 2022.09.20