Hfm5
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Created PyCharm, WSL, git: commit failed with cryptic error
AnsweredUsing PyCharm Pro 2018.3.3 (Build #PY-183.5153.39), using git 2.7.4 from Ubuntu (under WSL with git.cmd trick). When trying to commit, I get this error: [Time] Commit failed with error0 files commi... -
Created PyCharm: Call to __init__ of super class is missed
AnsweredIn the following code, the inspector on PyCharm Pro 2018.3.2 shows a warning at line 11 that "Call to __init__ of super class is missed". #! /usr/bin/python3from abc import ABC, abstractmethodclass... -
Created Pycharm using WSL's git?
AnsweredI want to configure my PyCharm to use the stock Ubuntu git available under the WSL, however I can't find a way to do so. I know there is a git version for Windows, however parts of my codebase requ...