inflearn logo
강의

Course

Instructor

[Code Camp] A highly concentrated front-end course created at Bootcamp

▶ Git/Github

git push origin master 입력시 오류가 발생합니다

Resolved

886

nobleser9617

23 asked

0

다음과 같이 not found라 나옵니다

react node.js seo graphql next.js

Answer 2

0

nobleser9617

 

noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/바탕 화면/precamp

$ git config --global user.name "Sonseongoh"

noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/바탕 화면/precamp

$ git config --global user.email "nobleser@naver.com"

noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/바탕 화면/precamp

$ git config --global core.editor nano

noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/바탕 화면/precamp

$ git init

Initialized empty Git repository in C:/Users/noble/OneDrive/바탕 화면/precamp/.git/

noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/바탕 화면/precamp (master)

$ git remote add origin https://github.com/Sonseongoh/precamp.git01~

noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/바탕 화면/precamp (master)

$ git remote -v

origin https://github.com/Sonseongoh/precamp.git01~ (fetch)

origin https://github.com/Sonseongoh/precamp.git01~ (push)

noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/바탕 화면/precamp (master)

$ git status

On branch master

No commits yet

Untracked files:

(use "git add <file>..." to include in what will be committed)

class/

cyworld/

nothing added to commit but untracked files present (use "git add" to track)

noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/바탕 화면/precamp (master)

$ git add.

git: 'add.' is not a git command. See 'git --help'.

The most similar command is

add

noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/바탕 화면/precamp (master)

$ git add .

noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/바탕 화면/precamp (master)

$ git status

On branch master

No commits yet

Changes to be committed:

(use "git rm --cached <file>..." to unstage)

new file: class/01-html/01-tag.html

new file: class/01-html/02-signup copy.html

new file: class/01-html/02-signup.css

new file: class/01-html/02-signup.html

new file: class/02-css/01-boxmodel.html

new file: class/03-javascript/01-variable.html

new file: class/03-javascript/01-variable.js

new file: class/03-javascript/02-object-array.js

new file: class/03-javascript/04-document.html

new file: class/03-javascript/04-document.js

new file: class/03-javascript/05-function.html

new file: class/03-javascript/05-function.js

new file: class/03-javascript/06-timer.html

new file: class/03-javascript/06-timer.js

new file: class/03-javascript/07-signup.html

new file: class/03-javascript/07-signup.js

new file: class/03-javascript/08-phone.html

new file: class/03-javascript/08-phone.js

new file: "class/03-javascript/\354\227\260\354\212\265-01-array,js"

new file: "class/03-javascript/\354\227\260\354\212\265-02-eamil-split.js"

new file: "class/03-javascript/\354\227\260\354\212\265-03-object.js"

new file: "class/03-javascript/\354\227\260\354\212\265-04-object-in-arr.js"

new file: "class/03-javascript/\354\227\260\354\212\265-05-variable-if.js"

new file: "class/03-javascript/\354\227\260\354\212\265-06-for.js"

new file: "class/03-javascript/\354\227\260\354\212\265-07-Math.js"

new file: "class/03-javascript/\354\227\260\354\212\265-08-timer.js"

new file: class/final/final.css

new file: class/final/final.html

new file: class/final/final.js

new file: cyworld/game.html

new file: cyworld/game.js

new file: cyworld/home.html

new file: cyworld/images/background.png

new file: cyworld/images/jukebox-01.png

new file: cyworld/images/jukebox-02.png

new file: cyworld/images/jukebox03.png

new file: cyworld/images/lotto.png

new file: cyworld/images/outerbox.png

new file: cyworld/images/word.png

new file: cyworld/index.html

new file: cyworld/index.js

new file: cyworld/jukebox.html

new file: cyworld/styles/game.css

new file: cyworld/styles/home.css

new file: cyworld/styles/index.css

new file: cyworld/styles/jukebox.css

noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/바탕 화면/precamp (master)

$ git commit -m '내 인생의 첫 잔디'

[master (root-commit) d4e92f1] 내 인생의 첫 잔디

46 files changed, 1674 insertions(+)

create mode 100644 class/01-html/01-tag.html

create mode 100644 class/01-html/02-signup copy.html

create mode 100644 class/01-html/02-signup.css

create mode 100644 class/01-html/02-signup.html

create mode 100644 class/02-css/01-boxmodel.html

create mode 100644 class/03-javascript/01-variable.html

create mode 100644 class/03-javascript/01-variable.js

create mode 100644 class/03-javascript/02-object-array.js

create mode 100644 class/03-javascript/04-document.html

create mode 100644 class/03-javascript/04-document.js

create mode 100644 class/03-javascript/05-function.html

create mode 100644 class/03-javascript/05-function.js

create mode 100644 class/03-javascript/06-timer.html

create mode 100644 class/03-javascript/06-timer.js

create mode 100644 class/03-javascript/07-signup.html

create mode 100644 class/03-javascript/07-signup.js

create mode 100644 class/03-javascript/08-phone.html

create mode 100644 class/03-javascript/08-phone.js

create mode 100644 "class/03-javascript/\354\227\260\354\212\265-01-array,js"

create mode 100644 "class/03-javascript/\354\227\260\354\212\265-02-eamil-split.js"

create mode 100644 "class/03-javascript/\354\227\260\354\212\265-03-object.js"

create mode 100644 "class/03-javascript/\354\227\260\354\212\265-04-object-in-arr.js"

create mode 100644 "class/03-javascript/\354\227\260\354\212\265-05-variable-if.js"

create mode 100644 "class/03-javascript/\354\227\260\354\212\265-06-for.js"

create mode 100644 "class/03-javascript/\354\227\260\354\212\265-07-Math.js"

create mode 100644 "class/03-javascript/\354\227\260\354\212\265-08-timer.js"

create mode 100644 class/final/final.css

create mode 100644 class/final/final.html

create mode 100644 class/final/final.js

create mode 100644 cyworld/game.html

create mode 100644 cyworld/game.js

create mode 100644 cyworld/home.html

create mode 100644 cyworld/images/background.png

create mode 100644 cyworld/images/jukebox-01.png

create mode 100644 cyworld/images/jukebox-02.png

create mode 100644 cyworld/images/jukebox03.png

create mode 100644 cyworld/images/lotto.png

create mode 100644 cyworld/images/outerbox.png

create mode 100644 cyworld/images/word.png

create mode 100644 cyworld/index.html

create mode 100644 cyworld/index.js

create mode 100644 cyworld/jukebox.html

create mode 100644 cyworld/styles/game.css

create mode 100644 cyworld/styles/home.css

create mode 100644 cyworld/styles/index.css

create mode 100644 cyworld/styles/jukebox.css

noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/바탕 화면/precamp (master)

$ git push origin master

remote: Repository not found.

fatal: repository 'https://github.com/Sonseongoh/precamp.git01~/' not found

noble@DESKTOP-KTV3CKQ MINGW64 ~/OneDrive/바탕 화면/precamp (master)

$

0

nobleser9617

주소 복사해서 오는 과정에서 ~가 나와서 그런것 같은데 강의영상대로 따라하는 과정에서 문제가 없었는데

git push origin master를 입력하는 과정에서 문제가 발생했습니다

무시하고 처음부터 다시 입력하여 ~부분만 빼고 다시 입력해도 되는지 아니면 충돌같은게 일어날수 있으니 삭제방법이 있는지 궁금합니다

혹시 몰라서 입력값과 결과값 모두 남겨두겠습니다

0

nwd09074926

안녕하세요! 성오님!

크게 2가지 관점에서 해결 방법을 제시해 드려볼게요!

  1. 에러메시지를 읽어보니, repository not found 라고 되어있네요!
    ~ 부분이 들어가면서 해당 repository의 이름을 못 찾고 있는 것 같아요!
    정확한 이름을 다시 등록하신 뒤에(등록 결과는 git remote -v로 확인 가능합니다) 다시 한 번 시도해 보세요!

     

  2. 하지만 만약, 제대로 입력을 했음에도 불구하고 안되는 경우는 일반적으로 인증과정에 문제가 있는 경우가 대부분입니다. github에 로그인 인증이 제대로 되어있는지를 추가로 확인해 보시면 될 것 같아요!

fetchBoardsOfMine, fetchBoardsCountOfMine 에러 문의드립니다

0

36

1

댓글 기능 구현 중 질문드립니다.

0

66

1

쿠폰코드 발급

0

132

2

example 서버 플레이그라운드, API 접속 모두 안됩니다.

0

86

2

문의드립니다!! ㅠㅠ

0

101

2

graphql 백엔드 서버가 포폴용 빼곤 접속이 안됩니다.

0

76

2

_app.js 작성 이후로 에러가 발생하네요

0

93

2

학습자료

0

70

2

학습자료가 안열립니다.

0

49

2

플레이 그라운드 퀴즈 문제 질문이 있습니다.

0

59

0

기존강의 구매자, 업데이트 끝인가요?

0

109

3

업데이트 버전 수강

0

88

2

완벽한 프론트엔드

0

136

2

나만의 쇼핑몰 샘플 페이지 접속 확인부탁드립니다.

0

81

1

graphql 접속이 안됩니다.

0

100

2

const, let 사용 질문 드립니다.

0

70

2

싸이월드 만들기 1탄 피드백 부탁드립니다.

0

122

2

회원가입 과제 피드백 부탁드립니다.

0

80

2

styled.span / styled.input "CSS 자동완성"

0

47

1

쿠폰 발급 관련

0

166

2

서버 502 error

0

247

2

쿠폰 다시 부탁드려도 될가여?

0

140

2

a태그 패딩했을때 왜 크기가 줄어들지 않고 늘어나나요

0

184

2

2분 44초 질문

0

131

3