If for any reason .ssh directory is not being created in your system you can create it using GIT BASH if you have enough permission to create the directory i.e. if you are an admin of your system.
You can create .ssh directory manually using -
mkdir ~/.ssh
chmod 700 ~/.ssh
Please Like and Share the Blog, if you find it interesting.
You can create .ssh directory manually using -
mkdir ~/.ssh
chmod 700 ~/.ssh
Please Like and Share the Blog, if you find it interesting.
Related articles
- Integrate Colorbox in Asp Net Web Application
- How to Integrate CKEditor in Asp Net Web Application
- Using UNC path for Storing and Retrieving Files in ASP Net
- Asp Net Interview Questions and Answers - Part 1
- HTTP Error 500.22 - Internal Server Error
- Asp.Net : How to regenerate .designer.cs file for aspx or ascx files
- Run .sql script file in C#
- How to improve Asp.Net Application Performance - Part 2
- How to improve Asp.Net Application Performance - Part 1
- Globals in Nodejs
No comments:
Post a Comment