hi all i cannot for the life of me upload to bitbucket account
via CMD all i'm getting is BUG (fork bomb): C:\Program Files\Git\bin\git.exe
as all i'm typing is git add index.html to upload my websites index?
please help
I had the same problem, I reinstalled git and it worked.
For those who have had the same experience. In my case, it was the fault of the antivirus, which threw one git file into the quarantine.
Reinstalling git helped.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey guys, sorry for the late reply but the actual problem of this is that The folder git is installed is got corrupted or either some of git files are missing. Dur is right that when you reinstall it will start working.
As we all know what forking is so git has a security for not getting used for bad purposes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kurt Klinner i do not know what i changed last time but
i have run into this forkbomb yet again could you help please
and help me from preventing it ever happening
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Coolvibes Reloaded What did you change?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Without any further details it is hard to determine what the problem is. Have you tried a newer/different git version?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kurt Klinner could you help please as would love to have cmd back up and running i cannot update my website
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kurt Klinner yes I've been git adding git committing git pushing
I'm on phone replying to you I don't know what version
But I went to re-upload things to my site and all of a sudden I get bug (fork bomb) C:/Program Files/Git/Bin/Git.EXE like what the hell lol
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Coolvibes Reloaded sorry my bad, can you provide more details on your scenario.
Git version that you are using, if you already successfully commited/pushed in the past etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
no your not listening i have a bug forkbomb
i want to know how i can rid of this
i can't git push/git add or /git commit
i want to know how to get rid of this fork bomb
i have done everything in the past what that tutorial tells me
when i first set it up
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
git add / git commit will add your file to the local copy of your git repository, afterwards - if configured via git remote - you can use git push to sync the data over to the repo.
There is a nice tutorial around that available at https://www.atlassian.com/de/git/tutorials/learn-git-with-bitbucket-cloud
Cheers
Kurt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.