Re: unable to continue the netbeans-antlr development
Matthias Bläsing <[email protected]> Wed, 01 Nov 2017 17:02:11 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Hey Peter, Am Mittwoch, den 01.11.2017, 13:31 +0000 schrieb Peter Cheung: > > I am unable to continue the netbeans-antlr development because i > got banned by github. There is a guy call Rick C. Hodgin keep > spamming the newsgroup alt.os.development for years, everybody are > angry including me, so I posted some threaten sentences to his github > page and finally got banned. Project code is lost, tutorial in wiki > pages are lost too. > I'm sorry to hear your problems. But you could try: * check if you have a local checkout of the repository. If so, your history is intact and development can continue (git holds the complete history, if you don't explicitly do a shallow clone) * if you don't have a local copy, are you aware of up-to-date forks? Or users, that cloned your repository? That could also be the base for further development Also keep in mind, that github is one of the biggest git hoster, but there are others, if you reestablish the git history (see above), you can push the whole history there. HTH Matthias