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
- 밴쿠버응급실
- PreparedStatement
- insertOne
- 파이썬
- 몽고디비
- sqlite3
- DBFilter
- SubqueryFilter
- MongoDB
- statement
- python
- DB
- sql
- insert_into
- cursor()
- 서브쿼리
- MySQL
- Collections
- subquery
- PostgresDB
- PostgreSQL
- postgres
- javascript
- query
- onetoone
- python데이터베이스연동
- DATABASE
- 자바스크립트
- Join
- 데이터베이스
Archives
- Today
- Total
목록push (1)
새벽코딩
Git Push rejected (Updates were rejected) error
파이참(PyCharm)에서 터미널을 이용하여 bitbucket에 push를 할때, 아래와 같은 에러가 발생하였다. HTML 삽입 미리보기할 수 없는 소스 에러의 원인은 remote 저장소와 local 저장소의 현재 상태가 달라서 발생한것이다. 하지만, 친절하게 에러에 대한 hint로 push전에 pull를 해보았다. PS C:\Users\lunat\Desktop\*****\*****> git pull There is no tracking information for the current branch. Please specify which branch you want to merge with. git pull If you wish to set tracking information for this branc..
Programming/git
2022. 8. 6. 05:23