jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.29k stars 514 forks source link

fatal: invalid gitfile format: 111 #500

Closed Veeramraju closed 2 years ago

Veeramraju commented 2 years ago

this is the issue I am facing while I tried to pull the code to git hub please resolve the issue

fatal: invalid gitfile format: 111 fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

KrisLau commented 2 years ago

Why are you trying to pull the code? You will not be allowed to do so unless you are the repo owner as per the error message

If you're trying to use the package you can just use npm or yarn. If you're trying to download all the files you can download the zip. Or if you want to do it through git, fork the repo and pull the fork. Please close the issue if this solves your issue, thanks!

Veeramraju commented 2 years ago

This is the issue I am facing while I tried to push the code to git hub from my local computer (using git bash) please resolve the issue

fatal: invalid gitfile format: 111( this is my file name ) fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. I have seen so many videos for this issue in youtube. Please resolve the issue . Still I am facing the problem.

KrisLau commented 2 years ago

@Veeramraju Is this your fork or this repo? If it is this repo, refer again to my previous comment and if it is your fork., it's an unrelated issue for this package. Post or search for your issue on Stack Overflow.