[leetcode] 리트허브가 동작하지 않을 때 해결법(how to resolve leethub error, 리트허브 오류)
리트허브를 설치하고 submit했는데 레포지토리에 커밋되지 않았다. leethub는 https://github.com/QasimWani/LeetHub
이 레포에서 시작된 친구이므로 issues(https://github.com/QasimWani/LeetHub/issues/366)를 확인하러 갔다.
Q. leetcode UI 업뎃되고 작동 안합니다ㅠ
A. old version 으로 revert 해서 쓰세용
그래서 Revert to old version을 찾는데
없잔아요 ..
이 때 다음 steps를 따라해보자
1. https://leetcode.com/profile/lab 이동
2. turn on option
3. problems 탭의 아무 문제나 접속 https://leetcode.com/problems/two-sum/
Two Sum - LeetCode
Can you solve this real interview question? Two Sum - Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not
leetcode.com
4. revert to old version 클릭
그리고 submit 하면
깃에 잘 푸시된 것을 확인할 수 있다.