반응형 반응형 오류41 반응형 git nothing to commit, working tree clean git push 오류 - 오류메시지 1 : Updates were rejected because the remote contains work that you do (깃에서 프로젝트 만들 떄 README.md 파 일생성해서 나는 오류 ) 2 : git nothing to commit, working tree clean - 해결방법 - git pull origin master 3 : fatal: refusing to merge unrelated histories ( 커밋 히스토리 연관성이없어서 merge 거절) - 해결방법 - git pull origin master --allow-unrelated-histories - 마지막으로 해주면 올라간다 git status git add . git push -u o.. 2022. 4. 7. android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. mActivity.runOnUiThread(new Runnable() { @Override public void run() { View ivBack = mActivity.findViewById(R.id.ivBack); ivBack.setVisibility(View.VISIBLE); ivBack.setClickable(true); ivBack.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { Log.d(TAG, "onClick: ########################### 아니 클릭은 됩니까아아아ㅏ #"); } }); } }); } UI관련 뭐 하려니까 에러난당 runOnUiThread 이거를 .. 2022. 3. 29. ErrorSQL Error: 1064, SQLState: 42000 컬럼 이름때문에 나는 에러다. order 를 저렇게 감싸주면 된다. jpa 쿼리 안치는건 좋은데 저런거 생각보다 은근 귀찮 2022. 3. 17. Method put in org.json.JSONObject not mocked build.gradle testOpions 하고 testImplementation 을 추가해준다 . 테스트삼아 junit test 만들긴했는데 이제 귀찮아서 안할거다. 2022. 3. 7. 이전 1 ··· 4 5 6 7 8 9 10 11 다음 반응형