S
S
Sergey Komolov2020-01-03 16:22:52
Data storage
Sergey Komolov, 2020-01-03 16:22:52

Is it possible to store the code in "Cloud Mail.ru", Yandex?

Over time, a lot of pieces of code and developments have accumulated, which are regularly used in web development in the future. Well, there was a need for a repository. GitHub immediately disappear. I am interested in storing data on cloud storages such as mail.ru, Yandex, so that access is convenient, for example, through the explorer. Does the software or solution already exist?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
Alexander Talalaev, 2021-01-04
@SKomolov

I read the comments and realized that GitHub is not suitable because of the ban in the Crimea. As many advise, vpn and co will not help here. The ban comes if you go at least once from one of the prohibited places. The ban applies to all monetized items. Those are no private repositories. Public is possible. You can remove the ban, but here you need to rewrite and give evidence that you live in a prohibited place.
If the author needs to have private repositories, and gist is not sufficient to store code samples (also public), you can choose from alternatives.
The safest is, of course, to host the same Gitlab yourself. Or use gitlab or bitbucket through proxy/vpn in their free version.
Also, you should pay attention to https://dev.azure.com/powerful services from Microsoft, among which there are git repositories. while the Crimeans are not banned for free (which is interesting, the github also belongs to them). Personally, I'm still using it and I'm happy with it.

V
Vasily Bannikov, 2020-01-03
@vabka

You can, but it will be much less convenient than storing the code in the git.
If you don't like github, you can use another host for this.
If you need to look at the code locally in Explorer, do a git clone and enjoy

V
Vladimir Korotenko, 2020-01-03
@firedragon

It is possible but not convenient. Each tool is sharpened for its tasks.
Code version control is definitely any of the SCMs
Using the cloud is a real game that needs justification

A
Alexander Taratin, 2020-01-03
@Taraflex

If git is not for you, then for example
Tree Notepad with support for syntax highlighting and search by content or tags
https://www.giuspen.com/cherrytree/
stores content in a file that can be synchronized through any cloud.

E
Eugene, 2021-01-05
@yellowmew

In general, what prevents you from installing a Yandex client or mail.ru disk on all workstations of interest and synchronizing a specific folder? Access will be through the conductor. Perhaps you considered this option, but then it’s not clear what didn’t fit
. Alternatively, there is also syncthing - without some kind of cloud provider (but the data during the default installation will still be chasing through the synchronization point on the Internet) - get your pieces of code at least on a mobile phone, if there syncthing client installed.
Nobody canceled VPS either - at least host the git itself, your own, personal

P
Pekob, 2021-01-04
@Pekob

You can, but it will be very slow. Cloning a project from github will take 10 seconds, and from the cloud - from a few minutes, I think. And the more code, the longer

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question