Home > front end >  But making does not dojo.provide shell access seek solutions
But making does not dojo.provide shell access seek solutions

Time:09-26

As title, the problems in the process of set up SSH, strives for the answer, thank you

CodePudding user response:

Hello,
When using SSH and public key authentication input SSH - T Github.com, after the success of the certification will be output as follows Log,
"But making does not dojo.provide shell access" this sentence means, making does not provide shell (SSH) access/access permissions,
SSH -t option means, don't assign pseudo terminal,
When you are using the SSH protocol to connect to oneself or other server, the local terminal will display a command prompt, you can enter commands such as ls operation,
Combined with the above points, the meaning of this sentence is you can't use SSH agreement directly login making, in making a pseudo terminal, server and operate,
So, this tip is not a mistake, but making the output of the clues,
Also you can use in local git SSH protocol for operation, and make lot, does not have any effect,
Hope to be able to solve your doubt,

CodePudding user response:

1. Check the remote warehouse address: git remote - v, if the address is HTTPS, it must need a password!
2. If it is HTTPS, then changed to SSH: git remote set - url origin [email protected]: XXXXXXX/XXX. Git
3. Changed the submit don't password;
  • Related