'How to display readme.md file on profile in Github?
Solution 1:[1]
You just have to create a new repository with the name as your username (ProgrammerGaurav) and create a README.md in that repository.
Solution 2:[2]
we can create via visual studio editor. create a file with name README.md and in this file create your page profile page. And push to github via version control
Solution 3:[3]
Create a repo that is named the same as your username. let's assume your username is ProgrammerGaurav. so you need to create a new repository with the name ProgrammerGaurav.
Note: at the time of this writing, in order to access the profile README feature, the letter-casing must match your GitHub username and your GitHub repository visibility should be in public.
Create a README inside that repo and edit it to fit your needs.
Solution 4:[4]
The repository of username.github.io should be https://github.com/username/username.github.io
It is a github page, see types-of-github-pages-sites
To publish a user site, you must create a repository owned by your user account that's named
<username>.github.io.
The repository of profile with README.md should be https://github.com/username/username
See managing-your-profile-readme
It is your profile information.
You've created a repository with a name that matches your GitHub username. The repository is public. The repository contains a file named README.md in its root. The README.md file contains any content.
And you need to click the Share to profile button after creating the repository to show the content to your profile.
So, They are different repositories.
Solution 5:[5]
You get a green pop-up window on the right of your repository where README.md is stored. Click add to profile to make it work.
Solution 6:[6]
create a repository with your username. your profile readme file will be created and then you can edit it as you
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Shreya Maheshwari |
| Solution 2 | Vijay chaurasiya |
| Solution 3 | Sabesan |
| Solution 4 | |
| Solution 5 | Ashif |
| Solution 6 | Md. Nur Habib |

