راکت
حل شده

ارور هنگام push کردن به گیت لب

17 پاسخ

@ali.bayat
@mhyeganeh
@Rp76
@sina.it91
من هنگام ارسال پروژه روی گیت لب با این ارور مواجه میشم
وقتی پوش رو میزنم این ارور رو میده

fatal: unable to access 'https://gitlab.com/*****/project-dic.git/': The requested URL returned error: 403
ثبت پرسش جدید

پاسخ‌ها

17
رضا پارسیان
رضا پارسیان
@Rp76

تخصص: توسعه دهنده Php , Laravel

بهترین پاسخ

سلام
از این ۲ تا دستور زیر استفاده کنید
بعد clone کنید
بعد نتیجه هم اعلام کنید خواهشا

git config --global http.proxy fodev.org:8118
git config --global https.proxy fodev.org:8118
سینا خاقانی
سینا خاقانی
@sina.it91

تخصص: توسعه دهنده بک‌اند

@mehdisut
اگر اینترنت شما همراه اول یا ایرانسل باشه باید *** داشته باشی تا بتونی با گیت کار کنی
چون تحریم شدن

ftp
ftp
@ftp

تخصص: ساده

@sina.it91
گیت لب بازه

شاید پاسخ شما همین‌جا باشد

نیما  ش
نیما ش
@nimageneral

تخصص: برنامه نویس وب

این خطا مربوط به permission هاست ، حتما یوزر و پسوردتون رو چک کنید یا اینکه دوباره لوگین بشید

ftp
ftp
@ftp

تخصص: ساده

@nimageneral
انجام دادم نشد

امید
امید
@omidmmadi

تخصص: برنامه نویس

دو مورد رو چک کنید اول اینکه سعی کنید *** رو روشن کنید چون گیت لب ایران رو تحریم کرده و اگه از این روش درست نشد یوزر و پسوردتون رو چک کنید

saman
saman
@saman1111

@mehdisut
اون قبلا ها بود که باز بود
خیلی وقته تحریم شده

حتی فیلتر هم نه، اکانت‌های ایرانی رو مسدود کرده کامل

ftp
ftp
@ftp

تخصص: ساده

@sina.it91
@saman1111
بجاش از چی
استفاده کنیم

ftp
ftp
@ftp

تخصص: ساده

@Rp76
مهندس درست شد.
میشه بفرمایید فقط کد بالا کارش چیه ایا پ-ر-و-ک-س-ی هست

رضا پارسیان
رضا پارسیان
@Rp76

تخصص: توسعه دهنده Php , Laravel

@mehdisut
سلام بله proxy هست

ftp
ftp
@ftp

تخصص: ساده

@sina.it91
@Rp76
زمانی که میخوام پوش کنم این ارور رو میده

 ! [rejected]        master -> master (fetch first)
error: failed to push some refs to 'http://gitlab.gft.com/Travel/G24.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
علی بیات
علی بیات
@ali.bayat

تخصص: توسعه دهنده ارشد وب

این خطا میگه که تغییراتی روی ریپازیتوری ریموت هست که توی لوکال نداریش
پس اول git pull بزن بعد کامیت کن و پوش

ftp
ftp
@ftp

تخصص: ساده

@sina.it91
@Rp76
@ali.bayat
فهمیدم اوکی شد
فقط یک چیزی وقتی که پوش میکنم کل پروژه رو push میکنه نباید فقط فایلی که تغییر کرده رو پوش کنه؟

علی بیات
علی بیات
@ali.bayat

تخصص: توسعه دهنده ارشد وب

قاعدتا باید فقط فایلهایی که تغییر دادی پوش بشند

ftp
ftp
@ftp

تخصص: ساده

@ali.bayat
من git add . زدم شاید از این باشه
و یک سوال الان این ارور رو میده

error: RPC failed; curl 55 Send failure: Broken pipe00 KiB/s
fatal: the remote end hung up unexpectedly MiB | 2.00 KiB/s 
Writing objects: 100% (13779/13779), 155.80 MiB | 49.00 KiB/s, done.
Total 13779 (delta 2906), reused 13760 (delta 2894)
fatal: the remote end hung up unexpectedly
Everything up-to-date
احسان کیهانی
احسان کیهانی
@ehsankeyhani82

سلام دوستان من ارور دوستمون @ftp رو داشتم طبق دستور مهندس @Rp76 پیش رفتم دوباره پوش کردم ی ارور دیگه اومد
لطفا راهنمایی کنید ممنون

ehsan.k@DESKTOP-C9JURLB MINGW64 ~/Desktop/test2 (main)
$ git push -u origin main
warning: failed to probe 'https://gitlab.com/' to detect provider
warning: The ServicePointManager does not support proxies with the fodev.org scheme.
warning: see https://aka.ms/gcmcore-autodetect for more information.
warning: failed to probe 'https://gitlab.com/' to detect provider
warning: The ServicePointManager does not support proxies with the fodev.org scheme.
warning: see https://aka.ms/gcmcore-autodetect for more information.
To https://gitlab.com/e2145/test.git
 ! [rejected]        main -> main (fetch first)
error: failed to push some refs to 'https://gitlab.com/e2145/test.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

ehsan.k@DESKTOP-C9JURLB MINGW64 ~/Desktop/test2 (main)
$ git push -u origin main
warning: failed to probe 'https://gitlab.com/' to detect provider
warning: The ServicePointManager does not support proxies with the fodev.org scheme.
warning: see https://aka.ms/gcmcore-autodetect for more information.
warning: failed to probe 'https://gitlab.com/' to detect provider
warning: The ServicePointManager does not support proxies with the fodev.org scheme.
warning: see https://aka.ms/gcmcore-autodetect for more information.
To https://gitlab.com/e2145/test.git
 ! [rejected]        main -> main (fetch first)
error: failed to push some refs to 'https://gitlab.com/e2145/test.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

ehsan.k@DESKTOP-C9JURLB MINGW64 ~/Desktop/test2 (main)
سیا
سیا
@Sea kurd

تخصص: برنامه نویس php

خیلی ممنون کار من حل شد بسیار سپاس گزارم😘

برای ارسال پاسخ لازم است وارد شده یا ثبت‌نام کنید

ورود یا ثبت‌نام