분류 전체보기93 워크벤치에서 Error Code: 1148. The used command is not allowed with this MariaDB version 오류 오류를 찾아보면 여러가지가 해결책이 있지만 workbench에서는 계속오류발생 윈도우에서는 그냥 터미널로 들어가서 처리하는게 낳음 로그인시에는 다음과같이 로그인함 mysql -u root -p --local-infile=1 2020. 3. 10. git 커밋 취소 commit cancel https://gmlwjd9405.github.io/2018/05/25/git-add-cancle.html [Git] git add 취소하기, git commit 취소하기, git push 취소하기 - Heee's Development Blog Step by step goes a long way. gmlwjd9405.github.io 초기 커밋 취소하기 https://stackoverflow.com/questions/6632191/how-to-revert-initial-git-commit How to revert initial git commit? I commit to a git repository for the first time; I then regret the commit and want to re.. 2019. 7. 10. git origin/master refusing to merge unrelated histories 오류 발생 git pull 실행시 다음과 같은 오류 발생 branch master -> FETCH_HEAD = [up to date] master -> origin/master refusing to merge unrelated histories 아래 명령으로 pull 실행 git pull origin branchname --allow-unrelated-histories 출처: https://cpdev.tistory.com/51 [하루하나] 다시 오류 발생 하여 다음 명령어로 처리 git merge origin/master --allow-unrelated-histories 출처: https://stackoverflow.com/questions/38255655/trying-to-pull-files-from-my-git.. 2019. 7. 10. 이전 1 ··· 7 8 9 10 다음