일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 춥고 더운 우리 집
- BigO notation
- 알고리즘
- Programmers 배열의 유사도
- 춥고더운우리집
- 2-layered architecture
- collection python
- 개발자 취준
- 프로그래머스 가위바위보 풀이
- 파이썬 특정 문자 제거하기
- 프로그래머스 가위바위보
- 슈츠 자막
- 배열의 유사도 파이썬
- 스프링 시스템 구조
- 리트허브 사용법
- 공선옥
- 가위바위보 풀이
- 프로그래머스
- 프레젠테이션 레이어
- programmers 배열 회전
- 파이썬 컬렉션
- 리트허브 오류
- 비지니스 레이어
- 특정문자 제거하기
- 프로그래머스 배열 회전시키기
- 프로그래머스 배열의 유사도 파이썬
- leftJoin
- 프로그래머스 특정 문자 제거하기
- 리트허브 커밋
- 주니어개발자
- Today
- Total
기억보다 기록을
[leetcode] 리트허브가 동작하지 않을 때 해결법(how to resolve leethub error, 리트허브 오류) 본문
[leetcode] 리트허브가 동작하지 않을 때 해결법(how to resolve leethub error, 리트허브 오류)
juyeong 2023. 2. 17. 11:20리트허브를 설치하고 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 하면
깃에 잘 푸시된 것을 확인할 수 있다.