Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify command to avoid confusion #61

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Sarthak-code360
Copy link

I’ve gone through the Issues section of your repository, and I noticed that many people are facing the following issue:

fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Repository generation completed successfully!

I also encountered this issue myself, and after some investigation, I found that the root cause was related to how the repository URL was being specified in the command.

To resolve this issue, I updated the README to clarify the correct usage. The command was not clear enough in its previous form, and many people were simply copy-pasting it without realizing the need to replace and .

The new, clarified command is:

python contribute.py [email protected]:<user-name>/<repo-name>.git

This updated command should work without errors, as it explicitly shows where to replace the placeholders with the actual username and repository name.

I hope this change resolves the confusion for others as well.

Fixes issue #60 , #59, #37

@Shpota

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant