Hosted Git servers
Many organizations can't use services hosted within another organization's walls at all.
These might be government organizations or organizations dealing with money, such as bank, insurance, and gaming organizations.
The causes might be legal or, simply nervousness about letting critical code leave the organization's doors, so to speak.
If you have no such qualms, it is quite reasonable to use a hosted service, such as GitHub or GitLab, that offers private accounts.
Using GitHub or GitLab is, at any rate, a convenient way to get to learn to use Git and explore its possibilities.
Both vendors are easy to evaluate, given that they offer free accounts where you can get to know the services and what they offer. See if you really need all the services or if you can make do with something simpler.
Some of the features offered by both GitLab and GitHub over plain Git are as follows:
Web interfaces
A documentation facility with an inbuilt wiki
Issue trackers
Commit visualization
Branch visualization...