I'm trying to checkout a branch and I'm unable to do so because I keep being told that there are some files that are going to be overwritten and then I'm later told that I don't have permission...
It's a ball of snot.
Here's the situation...
First of all, here's my status:
![status]()
The "Changes not staged for commit" aren't relevant to the work I've been doing, neither is the file that's referenced as "untracked."
If I try to checkout another branch, I get this:
b.gust@AHA-DT-BGUST2 MINGW64 /c/wamp64/www/bsmart (code-cleanup)
$ git checkout final-activity-stream
error: Your local changes to the following files would be overwritten by checkout:
bin/start.sh
Please commit your changes or stash them before you switch branches.
error: The following untracked working tree files would be overwritten by checkout:
.vs/slnx.sqlite
Please move or remove them before you switch branches.
Aborting
At this point, these files haven't been added or staged, correct? What I'm seeing is indicative of the files having been modified, but they've not been added let alone committed.
What do I need to do?
I can't add them:
error: open("bin/start.sh"): Permission denied
error: unable to index file 'bin/start.sh'
fatal: updating files failed
I've looked at reset and I get a permission denied.
I'm stuck.
What do I need to do?
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Fellow title is reserved for select members who demonstrate sustained contributions, industry leadership, and outstanding performance. We will announce the experts being inducted into the Experts Exchange Fellowship during the annual Expert Awards, but unlike other awards, Fellow is a lifelong status. This title may not be given every year if there are no obvious candidates.
The Most Valuable Expert award recognizes technology experts who passionately share their knowledge with the community, demonstrate the core values of this platform, and go the extra mile in all aspects of their contributions. This award is based off of nominations by EE users and experts. Multiple MVEs may be awarded each year.