반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- mkfs.ext4
- nvarguscamerasrc
- 티스토리챌린지
- bitbake
- linux
- cpu frequency
- Jetson
- udpsink
- vpiimage
- 봉화 숲속캠핑장
- yocto
- libargus
- LAYERS
- gcc7
- boot process
- camera
- vpi
- /dev/kmsg
- bash
- orin nx
- libargus api
- ssd 포맷
- 오블완
- meta-tegra
- RDEPENDS
- lineedit
- gstsample
- l4t
- server error
- nvidia
Archives
- Today
- Total
목록Git (1)
DREAMER
[Git] The current branch master has no upstream branch. 에러
원격 Git 레파지토리에 push를 할 경우 다음과 같은 에러가 발생한다. $ git push fatal: The current branch master has no upstream branch. To push the current branch and set the remote as upstream, use git push --set-upstream origin master Git remote 원격 서버에 처음 push 할 경우, 원격 레파지토리에 branch가 없어서 나는 에러이다. --set-upstream 옵션을 주어서 push를 하면 된다. $ git push --set-upstream origin master Counting objects: 9845, done. Delta compression ..
프로그래밍
2023. 10. 25. 14:24