강의

멘토링

커뮤니티

Inflearn Community Q&A

inkservice20661's profile image
inkservice20661

asked

Introduction to Python and Creating Various Automated Applications Using Web Crawling

[ Just a moment! ] Let's link Atom Data & GitHub!

깃허브 접속이 잘 안됩니다

Written on

·

366

0

안녕하세요

열강 열심히 공부하고 있는 파이썬 초보입니다

조금 어려기는 한데 반복적으로 들으면서 조금씩 알아가고 있습니다

쉘에서 깃허브 접속시도시 잘 안되서요

git config user.name drum7 입력하셨는데 여기서 name은 임으로 넣어도 되는거나요?

강사님은 drum7로 입력하셨는데요

입력하고 엔터치면

fatal : not in a git directory

라고 떠서요

초반 명령어부터 실패라 뜨네요 ㅠㅠ

웹-크롤링python

Answer 2

0

Clark님의 프로필 이미지
Clark
Questioner

네 감사합니다

열공해보겠습니다

0

niceman님의 프로필 이미지
niceman
Instructor

네 안녕하세요. Clark 님
github에 저장소를 만드셨는지 확인하시구요.
git config --global user.name "이름"
git config --global user.email "깃허브 메일주소" //회원가입한 메일주소
name은 임의대로 작성하셔도 됩니다.
또한, fatal : not in a git directory
git init 명령어를 실행해서 현재 프로젝트를 git 작업으로 초기화 하셨는지 수업 내용을 확인 부탁드립니다.
아래 링크를 적어드립니다.(완전 초보를 위한 github 설정)
https://nolboo.kim/blog/2013/10/06/github-for-beginner/
감사합니다.

inkservice20661's profile image
inkservice20661

asked

Ask a question