Git Fork Organization OAuth Grant문제: repository not found새로운 팀을 결성하게 되어 조직(Organization)을 개설한 뒤 새로운 Repository를 생성했다.당시 Git Fork에서 New Repository가 잘 안보여서 일단 GitHub Desktop에서 Repository를 생성한 상황이었다.Fork에서 Commit을 하려고 https를 기반으로 remote/origin을 등록하려했으나 not found가 발생했다.시도: GitHub Desktop으로 재접근, Fork에서 Clone 재시도분명히 깃허브 데스크탑으로 등록하였을 텐데 not found가 발생하는게 이해가 되지 않아 commit을 두어번 시도해봤다.Local commit은 깃허브 데스크..