DevRhee / terminal-ide

Automatically exported from code.google.com/p/terminal-ide
0 stars 0 forks source link

git aliases #76

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add git alias: `git config --global alias.st status`
2. From a git repo, attempt to call alias: `git st`

What is the expected output? What do you see instead?

`git status` should be called. Instead, I get the following output:

    fatal: cannot exec 'git-st': permission denied

Original issue reported on code.google.com by thekaleb on 31 Dec 2012 at 2:24

GoogleCodeExporter commented 8 years ago
I also have this problem. I've added my own .gitconfig with aliases in it to ~, 
set the owner and group correctly, and in desperation, chmod 777 (though it 
shouldn't need more than 600). No luck.

Original comment by goo...@mspacek.mm.st on 15 Jan 2014 at 6:08