Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- ngrok설치
- ngrok실행
- icon
- npm styled-reset
- API token
- git lab
- react typescript
- styled components
- nextjs 설치
- nextjs
- typescript react
- SCSS
- nextjs .env
- createGlobalStyle
- Git
- next.js css
- dart 변수
- react
- 컨디셔널 렌더링
- github
- fetch
- API 토큰
- rewrites
- input type=file
- react env
- bootstrap
- github io
- CSS
- There isn’t anything to compare
- getModifierState
Archives
- Today
- Total
꾸준히 성장하는 개발자
[Git 에러] remote: HTTP Basic: Access denied fatal: Authentication failed for 본문
Git
[Git 에러] remote: HTTP Basic: Access denied fatal: Authentication failed for
ahleum 2022. 6. 13. 04:50gitlab을 사용해보려고 한다.
gitlab에서 레포지토리를 만들고 clone을 진행하기 위해 아래처럼 작성했다
git clone gitlab레포주소
작성하니 이름과 비밀번호를 입력하라는 창이 뜬다 (캡쳐를 하지 못해 글로 입력한다)
이름을 쓰고 엔터를 쳤는데
아래처럼 메시지가 뜨고 진행이 되지 않는다
remote: HTTP Basic: Access denied
fatal: Authentication failed for ....
엔터를 치면 비밀번호 입력칸으로 가는 것이 아닌 바로 확인 버튼이 눌러져 그런 것 같다
이름은 gitlab에 가입할때 작성했던 NAME을 작성하고
password는 gitlab의 비밀번호를 작성하면 된다.
다시 새로운 레포지토리를 만들어 확인해보니
처음 한번만 입력하면 되는 것 같다.
'Git' 카테고리의 다른 글
[Git 에러] There isn’t anything to compare. entirely different commit histories. (0) | 2022.07.27 |
---|---|
git commit -m ? git commit ? (0) | 2022.06.22 |
[Git] Github Fork / git flow / Pull Request (0) | 2022.05.31 |
[Git] gh-pages (0) | 2022.05.14 |
github으로 blog만들기 - Hexo (0) | 2022.04.13 |