Answer the question
In order to leave comments, you need to log in
Why is the repository not initialized by the git add command. and git add *?
When trying to initialize, writes the message
killed
And then displays
fatal: Unable to create '/home/s/samos23/34avenue.ru/public_html/.git/index.lock': File exists.
If no other git process is currently running, this probably means a
git process crashed in this repository earlier. Make sure no other git
process is running and remove the file manually to continue.
# phpstorm project files
.idea
# netbeans project files
nbproject
# zend studio for eclipse project files
.buildpath
.project
.settings
# sublime text project / workspace files
*.sublime-project
*.sublime-workspace
# windows thumbnail cache
Thumbs.db
# composer vendor dir
/vendor
# cubrid install dir
/cubrid
# composer itself is not needed
composer.phar
# composer.lock in applications is ignored since it's automatically created by composer when application is installed
/apps/*/composer.lock
# Mac DS_Store Files
.DS_Store
# phpunit itself is not needed
phpunit.phar
# local phpunit config
/phpunit.xml
# ignore dev installed apps and extensions
/apps
/extensions
# NPM packages
/node_modules
.env
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question