I have few files(csv and ipynb) that I want to upload on my Github.
Git bash terminal
git lfs install
git lfs track file_name.csv
git add .gitattributes
git commit -m ".gitattributes"
git remote add origin https://github.com/Shailaja-Gupta/Credit-Risk-Analysis.git
git push -u origin master
git add file_name.csv
git commit -m "commit"
git push -u origin master
I get error: failed to push some refs to --------(my directory name) as shown in image