반응형
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
- 배열
- 리액트
- python
- typescript
- 파이썬
- dp
- CS
- 리트코드
- LeetCode
- Level2
- 웹프로그래밍
- Doitvue.js입문
- Medium
- 프로그래머스
- C++
- javascript
- 동적계획법
- Level1
- 자바스크립트
- 프로그래밍
- Level3
- VUE
- react
- sql
- 카카오
- web
- 고득점Kit
- 백준
- 코테연습
- OS
Archives
- Today
- Total
fatal: 'heroku' does not appear to be a git repository 본문
반응형
git push heroku master 했을때 생기는 오류
fatal: 'heroku' does not appear to be a git repository
fatal: Could not read from remote repository.
heroku git:remote -a [heroku app_name]
해주면 됨
반응형
'Web > error' 카테고리의 다른 글
Class names, _____, are only accepted if annotation processing is explictly requested. (0) | 2018.08.18 |
---|---|
javac'은(는) 내부 또는 외부 명령 실행할 수 있는 프로그램 또는 배치 파일이 아닙니다 (0) | 2018.08.18 |
ajax로 폼 전송 시 한글 깨지는 문제 (0) | 2016.10.27 |
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path (0) | 2016.07.28 |
An exception occurred processing JSP page (0) | 2016.07.27 |
Comments