github-activity-generator
github-activity-generator copied to clipboard
A script that helps generate a rich GitHub Contribution Graph for your account 🤖
raise TypeError(msg) TypeError: 'required' is an invalid argument for positionals
I'm encountering an error related to the directory: ``` Traceback (most recent call last): File "xyz\New folder\contribute.py", line 128, in main() File "xyz\New folder\contribute.py", line 30, in main os.mkdir(directory) FileNotFoundError:...
"[email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists." im facing this issue while using...
try: os.mkdir(directory) except OSError as e: logging.error(f"Failed to create directory: {e}") sys.exit(1)
remote: Support for password authentication was removed on August 13, 2021. remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication. fatal: Authentication failed for 'https://github.com/Bushan101/sss.git/'