sreekaransrinath / file_organizer

A script that looks through any folder you tell it to and moves the files to respective subfolders based on the file type.
21 stars 20 forks source link

Access rights to the repo #36

Closed Better-Boy closed 4 years ago

Better-Boy commented 4 years ago

Problem pushing bulk changes to the repo. Refer the below image

(py37) file_organizer (better-boy)$ git status
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

    modified:   README.md
    modified:   fileorganizer_linux.py
    modified:   fileorganizer_windows.py

no changes added to commit (use "git add" and/or "git commit -a")
(py37) file_organizer (better-boy)$ git add .
(py37) file_organizer (better-boy)$ git commit -m "modularized and formatted code accroding to pylint"
[master eb85e69] modularized and formatted code accroding to pylint
 3 files changed, 98 insertions(+), 55 deletions(-)
(py37) file_organizer (better-boy)$ git push origin master
Enter passphrase for key '/Users/better-boy/.ssh/id_rsa': 
ERROR: Permission to sreekaran16/file_organizer.git denied to Better-Boy.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.**

ERROR: Permission to sreekaran16/file_organizer.git denied to Better-Boy. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

@sreekaran16

Hence, I would be creating 2 PRs for 2 file changes. One for linux and windows.

Better-Boy commented 4 years ago

You need to give me write access for pushing the changes in bulk @sreekaran16