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 |
Tags
- Level1
- 파이썬
- OS
- 카카오
- Level2
- Medium
- sql
- 백준
- web
- Level3
- typescript
- 고득점Kit
- 프로그래밍
- 코테연습
- 배열
- 리액트
- VUE
- 동적계획법
- CS
- javascript
- 리트코드
- C++
- dp
- react
- LeetCode
- 프로그래머스
- Doitvue.js입문
- 웹프로그래밍
- python
- 자바스크립트
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