I created the "try" folder in the path / home / bhishan / Copy / try, then inside this folder I gave several commands:
my teams are as follows:
curl -s -O \ http://github-media-downloads.s3.amazonaws.com/osx/git-credential-osxkeychain chmod u+x git-credential-osxkeychain sudo mv git-credential-osxkeychain `dirname \`which git\`` git config --global credential.helper osxkeychain git init git remote add origin https: git remote add origin https: git push origin master
================================
It worked fine, but when I try to delete the try folder, I cannot delete the folder. I also can not give the command:
git init
inside the try folder (there is a .git folder there)
==================================================== ===
my command and error report:
bhishan@bhishan-HP-Pavilion-dv6-Notebook-PC :~/Copy/try$ git init error: could not lock config file /home/bhishan/Copy/try/.git/config: Permission denied
Now, my question is: how can I delete a folder named "try"?
source share