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

Incorrect username in git clone command #260

Closed
mudasirmurtaza opened this issue Oct 5, 2024 · 3 comments
Closed

Incorrect username in git clone command #260

mudasirmurtaza opened this issue Oct 5, 2024 · 3 comments

Comments

@mudasirmurtaza
Copy link

In the README or other documentation, the git clone command is currently written as:

Bash
git clone https://github.com/your-username/WordWise.git

This should be replaced with:

Bash
git clone https://github.com/actual-repository-owner-username/WordWise.git

Please update the documentation to reflect the correct username. This will ensure that users can successfully clone the repository.

Request
@ANSHIKA-26, as a participant in Girls Script Summer of Code (GSSOC), I'd like to work on this issue. Could you please assign it to me and add the GSSOC, Hacktober fest, and Hacktober Fest accepted labels?
Screenshot 2024-10-05 123144

Copy link

github-actions bot commented Oct 5, 2024

Thanks @mudasirmurtaza for raising this issue! We'll look into it. Meanwhile, it's been assigned to you for further tracking.

@mudasirmurtaza
Copy link
Author

@ANSHIKA-26, I have fixed the issue, Link to my PR #261
Also can you please add the level tag and GSSOC, Hacktober fest, and Hacktober Fest accepted labels in PR as well.
Thank you!

@ANSHIKA-26
Copy link
Owner

the issue is wrong , once you fork a repo , the clone does have your username , not the username of the repository owner

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

No branches or pull requests

2 participants