What's new
Panelica Community Forum

Welcome to the official Panelica Community Forum — the central hub for server administrators, developers, and hosting professionals. Register a free account today to access technical discussions, product announcements, feature requests, and direct support from the Panelica team. Be part of the growing community shaping the future of server management.

Solved git deploy yeni kurulumda git is not enabled hatası veriyor

tailadmin

New member
Beta Access
Sunucumu taşımak zorunda kaldım. Yeni kurulum yaptım fakat deploy modülüne repo kayıt edemiyorum, github oautttth ile login olunmaıyor tanımsız yöntem diyor. token ile kayıt oluşturdum, select içinde görüyor ama onu seçsemde, https token desemde git is not enabled hatası geliyor. ayrıca ssh seçtiğimde de aynı

api/v1/git/repositories

1786844195213.png

1786844065016.png
 
API ERİŞİMİNDE İKİ FAKTÖRLÜ DOĞRULAMAYI AÇMAK GEREKİYORMUŞ, HATA AÇIK DEĞİL. İki faktörlü doğrulamayı aktif ettim ama ilk aktif ettmede kurttarma kodlarını verdi fakat bu son ekrana gelmedi, sayfa yenileyince tekrar menüden gelince burayı kod doğrularayarak açtı ve endpointleri yükledi.

1786903777138.png

sorun oda değilmiş hizmet planından iops değeri default -1 ama 0 olması lazım, 0 yapınca deploya repo bağlayabildim.

1786904285025.png

1786904529593.png
 
Root cause found and fixed. Two separate things stacked up:

1) Your plan could not be saved at all. The "Max Git Repositories = -1 (unlimited)" value is valid, but the IOPS limit rejected -1 ("iops_limit must be between 0 and 100000, got -1"), so the whole plan save failed — which also meant the Git & Deploy toggle never actually turned on. Setting IOPS to 0 was the right workaround; the panel now normalises -1 to 0 (unlimited) instead of failing the save.

2) With Git not enabled on the plan, repository creation returned "git is not enabled in your plan".

Both are fixed. The GitHub OAuth "undefined method" and the 2FA recovery-code screen not appearing on first enable are being reviewed separately. Ships in the next update.
 
Back
Top