I am trying to push within Aptana but am getting the following error. I have successfully pulled, but can't figure out why my push won't work.
/home/jeni/apps/Aptana_Studio_3/plugins/com.aptana.git.core_3.0.0.1350339960/os/linux/askpass. tcl: 3: exec: wish: not found
error: unable to read askpass response from '/home/jeni/apps/Aptana_Studio_3/plugins/com.aptana.git.core_3.0.0.1350339960/os/linux/askpass.tcl'
fatal: could not read Username for 'https://github.com': No such device or address
I have had the same problem.
I am using Ubuntu 12.04, Eclipse with Aptana plug-in. Through Aptana's Git I was having the same problem.
I solved it by installing TK and TCL packages. It then was able to read the askpass.tcl file.
sudo apt-get install tcl
sudo apt-get install tk
Hope this helps
When this error occurs try git push
from the terminal and you will be prompted a username and a password for your git config
credentials and upon that a successful git push would happen
I solved the issue with "Credential Helper". Navigate from Android Studio -> Preferences -> Version Control -> Git, then tick the check box of "Credential Helper" -> Ok. Now, try to push again
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With